Using Datatables with spring framework
Using Datatables with spring framework
shreyas20194
Posts: 1Questions: 1Answers: 0
Hello,
I recently heard about datatables and I want to use it to show data with my existing Spring web service.
My spring webservice returns ResponseEntity type of data in Pages from database.
I was wondering if it is possible to implement server side pagination on datatables.
Since my web service returns a single page at once is it possible to make datatables implementation is such a way that, data tables will make new request for new page everytime to server.
This discussion has been closed.