DataTables spring mvc
DataTables spring mvc
sridarp
Posts: 8Questions: 3Answers: 0
DataTables spring mvc Example Project With Java and Jsp..
Send Code My mail id ...
Plz help me ........
This discussion has been closed.
Answers
can anyone help me for doing the pagination with Data table+hibernate+spring
m totally frustrated
If it is client-side, all you have to do is output an HTML table and run
$().DataTable()
on the table. If it is Ajax loaded, use theajax
option to point at the JSON data source URL.I can't help with the server-side code to generate the JSON though (not because I won't, but because I don't know - I've never used Spring).
Allan