Search feature using more than one parameter doesn't work in DataTables server-side processing

Search feature using more than one parameter doesn't work in DataTables server-side processing

mvillavicenciomvillavicencio Posts: 6Questions: 0Answers: 0
edited October 2011 in General
Hi! I have a question. I get the data into DataTables using the server-side options. But I can't search using parameters corresponding to more than one column. Even in the examples of the web (http://datatables.net/release-datatables/examples/server_side/server_side.html), this feature only works when the data is obtained from the DOM, but doesn´t from the server.
Any help please! I really need to search introducing parameters that corresponds for more than one field of the database.
I would appreciate a lot!
Regards

Replies

  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin
    I think that this post contains the modification to the server-side script that you are looking for:

    http://www.datatables.net/forums/discussion/3343/server-side-processing-and-regex-search-filter/p1#Item_23

    Allan
  • mvillavicenciomvillavicencio Posts: 6Questions: 0Answers: 0
    Yes Allan, I just find your post after write mine! thank you very much! I solved the problem!
This discussion has been closed.