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 ?
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.
Replies
Allan