有誰知道如何過濾PrimeUI數據表??我使用的角度和PrimeUI,在HTML我有,根據它,我想我過濾的數據表filering PrimeUI datatable
$('#table').puidatatable({
caption: 'my tbl',
paginator: {
rows: 9
},
columns: [
{field:'name', headerText: 'name', sortable:true} ,
{field:'age', headerText: 'age', sortable:true},
{field:'id', headerText: 'ID', sortable:true}
],
datasource: myarray
,
selectionMode: 'single',
rowSelect: function(event, data) {
some code
}});
$('#messages').puigrowl();
,並在我的HTML文本字段:
<input id="basic" name="basic" type="text"/>
將在2.1版本中提供。 –
@CagatayCivici 2.1已發佈,但該功能尚未推出。也許在2.2? – Manuel