How to use datatable with JSP servlet?

How to use datatable with JSP servlet?

RakhiRakhi 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.

Answers

  • allanallan Posts: 61,972Questions: 1Answers: 10,160 Site admin

    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

This discussion has been closed.