Need advice on DataTables.
Need advice on DataTables.
jQuery_user
Posts: 27Questions: 0Answers: 0
Hello All,
I am new to jQuery and more so, to DataTables.
Can anybody give me an example/sample code/Architecture advice on how to implement DataTables inside a web application. Currently this web application uses JSP, and JavaBeans to access MS SQL database using JDBC.
Thanks
I am new to jQuery and more so, to DataTables.
Can anybody give me an example/sample code/Architecture advice on how to implement DataTables inside a web application. Currently this web application uses JSP, and JavaBeans to access MS SQL database using JDBC.
Thanks
This discussion has been closed.
Replies
Allan
$('#example').dataTable();
} );[/code]
I am a novice jQuery user,
can you elaborate on the code in the "zero_config.html" example?
In my app, a JSP uses bean to get an "ArrayList" of objects, how should I output this ArrayList into HTML,
Any suggestions on how to do this better?
Thanks
Allan
Thanks for your advice. It is working now.
The images are not getting displayed (sort_desc.png, sort_asc.png) even though I copy-pasted them in my project "images" folder. What other configurations should I do, to include the style sheets and images?
Thanks