Datatables with Java, displaying more than 100000 rows of data

Datatables with Java, displaying more than 100000 rows of data

jffryteojffryteo Posts: 1Questions: 1Answers: 0

Hi, i've trying to implement datatables with my web application but i'm having trouble finding any useful guides to use them both. I've tried to implement AJAX but to no avail and cant seem to get it working.

I only can display my data by iterating through the java arraylist and then display individually onto the jsp page. I can't seem to do it if its in JSON.

I'm also trying to implement pagination, so as to not load all data at once, but i assume i can only do that if the rest of my data is in JSON.

Can anyone help

This discussion has been closed.