Search from the datatable itself

Search from the datatable itself

missevaamissevaa Posts: 1Questions: 0Answers: 0
edited October 2012 in General
Helo. this is for our thesis project. May I just ask about the "search or filter" function. if you want to search something that came/showed from the datatable(which we query from the database), is it applicable/recommendable to implement the server side? because we just only want to "search" whats in the datatable itself. your answer is much appreciated. Thank you!

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    I usually recommend using server-side processing when you are working with 50'000+ rows. See: http://datatables.net/faqs#speed . Otherwise, client-side should be fine.

    Allan
This discussion has been closed.