Multi-column filtering using remote source
Multi-column filtering using remote source
I want to make filtering my columns, when you going from one column to another like in this example:
http://datatables.net/release-datatables/examples/api/multi_filter.html
In this topic it's stated that it's doesn't matter what source you have: Coming from this topic: http://datatables.net/forums/discussion/4426/milti-column-filtering/p1
And I've found that it's not true? It's required to have bServerSide:false parameter or else my datatable even doesn't populate at all.
Now I have a question how can I get this feature with *remote* source?
http://datatables.net/release-datatables/examples/api/multi_filter.html
In this topic it's stated that it's doesn't matter what source you have: Coming from this topic: http://datatables.net/forums/discussion/4426/milti-column-filtering/p1
And I've found that it's not true? It's required to have bServerSide:false parameter or else my datatable even doesn't populate at all.
Now I have a question how can I get this feature with *remote* source?
This discussion has been closed.