Datatable column-wise filter
Datatable column-wise filter
vyas
Posts: 4Questions: 0Answers: 0
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.
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.
This discussion has been closed.
Replies
http://82.113.152.82/forums/discussion/14411/otable.fnfilter-is-not-working/p1
But, the fnFilter method is not working. :(