How to use datatable with JSP servlet?
How to use datatable with JSP servlet?
Rakhi
Posts: 2Questions: 2Answers: 0
I have to use datatable with servlet using jsp code. Please suggest something by which it could be used. I have to show all the data in database using datatable in jsp servlet.
This discussion has been closed.
Answers
If you are using client-side processing, the server-side environment is irrelevant. Just follow the installation guide here.
If you are using server-side processing, you'll need to write a script to match DataTables requirements which are documented here.
Allan