I am doing pagination using jquery datatable. My data is not exctaly table, 1 row from db say id, name, location...... i display in jsp in 3 rows like first row id,second row name then third row location...i have 1500 hunderd rows in db. For this i need to do pagination. And also when the user clicks on next link it should go to server for next records.
I know how to get the restricted number of results from server side ....
I need help for jsp configuration.....i am new to jquery...how to configure datatable.
Any ideas how to do it?