Datatable column-wise filter

Datatable column-wise filter

vyasvyas Posts: 4Questions: 0Answers: 0
edited August 2013 in DataTables 1.8
I am trying to apply column-wise filter on my jquery datatable. The data bound to the datatable is coming from a JSON call. I need to apply filter to each and every column.

I have gone through this site and downloaded jquery.dataTables.columnFilter.js and used the code $('#example').dataTable().columnFilter();

But the column-wise filter is not working. Can anyone help me on this.

Replies

  • vyasvyas Posts: 4Questions: 0Answers: 0
    I used another method given in the URL
    http://82.113.152.82/forums/discussion/14411/otable.fnfilter-is-not-working/p1

    But, the fnFilter method is not working. :(
This discussion has been closed.