Have to know search in jquery.dataTables.min.js is good or not?
Have to know search in jquery.dataTables.min.js is good or not?
sudarsan
Posts: 5Questions: 4Answers: 0
I am using mysql and struts. I need to search record more than 1lakh in db.
Questions:
Did the search done at client side?
If search done at client side, Will system down?
How internally search in jquery.dataTables.min.js is working?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Forgive my ignorance - what is "1lakh"?
Searching will be done at the server-side if you have enabled server-side processing (
serverSide
). Otherwise it will be done at the client-side.The source file is available if you want to take a look at the internals.
Allan
Thanks allan.I got it. Will you please send one example for serverside sorting,Pagination and search ?.
Examples.