Reputation: 795
How to add both functionality in single table ColumnFilterWidgets and editor by datatable
Upvotes: 0
Views: 143
Reputation: 459
This should work:
$('#example').dataTable( { "sDom": 'WT<"clear">lfrtip' } );
Upvotes: 1