Search code examples
jquerydatatablesjquery-datatables-editor

ColumnFilterWidgets with editor


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


Solution

  • This should work:

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