Question

How to add both functionality in single table ColumnFilterWidgets and editor by datatable

Était-ce utile?

La solution

This should work:

$('#example').dataTable( {
    "sDom": 'WT<"clear">lfrtip'
} );
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top