This tag is for questions relating to https://github.com/darrachequesne/spring-data-jpa-datatables
Spring Data Jpa Datatables is an extension of the Spring Data JPA project to ease its use with jQuery plugin DataTables with server-side processing enabled.
This will allow you to handle the Ajax requests sent by DataTables for each draw of the information on the page (i.e. when paging, ordering, searching, etc.) from Spring @RestController.
(taken from the website of that project)