date-range, select, text and number range filter in server side
date-range, select, text and number range filter in server side
Normal search is working at server side, but the select, text and number range filter is not working
I am trying to port this feature mentioned in this link
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/external.html
I am using datatables 1.9.4 with python and mongodb.
I used the solution from this thread for mongodb port of php for serverside search from this link
http://datatables.net/forums/discussion/13679/working-code-for-server-side-paging-filtering-sorting-for-python-flask-mongodb
Answers
"...is not working" doesn't really say enough. What does your code look like?
sSearch and column search names like sSearch_1, sSearch_2 etc are being passed to server side. I would like to know what variable are passed to server side when text, select search are used as shown in this link below
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/external.html
Also the text, select fields need to get populated as per value obtained from the serverside. Its currently empyt.