Kuldeep Raj
Kuldeep Raj

Reputation: 795

ColumnFilterWidgets with editor

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

Upvotes: 0

Views: 143

Answers (1)

Tiquelou
Tiquelou

Reputation: 459

This should work:

$('#example').dataTable( {
    "sDom": 'WT<"clear">lfrtip'
} );

Upvotes: 1

Related Questions