DataTables with JSP and without JSON

DataTables with JSP and without JSON

nidhim26nidhim26 Posts: 1Questions: 0Answers: 0
edited September 2012 in General
Hi, Is the possible to use data tables with JSP and without JSON Objects? Can anyone help with an example on how to populate datatable array object without using JSON on JSP ?

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    What are you using instead of JSON? To use anything else (XML for example) you would need to define a custom fnServerData call that will intercept the data returned front eh server and convert it to a Javascript object for DataTables.

    Allan
This discussion has been closed.