bSortable_(int) & bSearchable_(int) - Server Side Processing
bSortable_(int) & bSearchable_(int) - Server Side Processing
Hello,
I've implemented Server Side Processing and I was expecting to see the bSortable_(int) & bSearchable_(int) parameters sent to the server as described here: http://www.datatables.net/usage/server-side . They don't ever seem to be included in the request though. Is there anything special I need to do to get those in the request?
Thanks!
I've implemented Server Side Processing and I was expecting to see the bSortable_(int) & bSearchable_(int) parameters sent to the server as described here: http://www.datatables.net/usage/server-side . They don't ever seem to be included in the request though. Is there anything special I need to do to get those in the request?
Thanks!
This discussion has been closed.
Replies
Allan
in 1.5 (they didn't seem to be there yet.)
I don't have any between installed
Regards,
Allan
Thanks!
I am using firebug and I see the sSearch_0, sSearch_1, sSearch_2, etc...
I am using server-side VB.NET AND MSSQL. Searching on all the columns is taking too long. I would like to add a Select option to the left of the search:
All
First Name
Last Name
Email
Account
This could assing to the Search_(int) field. Can this be done and can you please share an example.
Thank you
Allan