DataTables spring mvc

DataTables spring mvc

sridarpsridarp Posts: 8Questions: 3Answers: 0

DataTables spring mvc Example Project With Java and Jsp..

Send Code My mail id ...

Plz help me ........

Answers

  • javaexpertjavaexpert Posts: 1Questions: 0Answers: 0

    can anyone help me for doing the pagination with Data table+hibernate+spring
    m totally frustrated

  • allanallan Posts: 63,352Questions: 1Answers: 10,444 Site admin

    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 the ajax 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

This discussion has been closed.