Does DataTables Taglib support JSP for pagination and sorting?

Does DataTables Taglib support JSP for pagination and sorting?

yousufsadatyousufsadat Posts: 25Questions: 11Answers: 0

Hi. I wanted to know if DataTables support JSP for Pagination and sorting of data? Is there any example of this to get idea how to use it?

Thanks

Answers

  • bindridbindrid Posts: 730Questions: 0Answers: 119

    Yes, its set up to run client side so it does not matter if the page is JSP, ASP, HTML or whatever. So, if your JSP is creating the html table, then all you need to do is run the DataTable command once the page is loaded on the client.

  • yousufsadatyousufsadat Posts: 25Questions: 11Answers: 0

    But I display the data using EL, meaning c:out do you think this is not any issue.

This discussion has been closed.