Datatables combined with 3rd party pagination?
Datatables combined with 3rd party pagination?
burntsausage
Posts: 9Questions: 0Answers: 0
I love Datatables but in my ADF java application, the array based pagination Datatables uses doesn't work when I need to save what's been changed in the table when there is more than one page.
So I believe I need a paginator that only hides rows but keeps everything in the dom.
Has anyone tried combining datatables with a 3rd party paginator with success?
It's a long shot but worth asking... :)
So I believe I need a paginator that only hides rows but keeps everything in the dom.
Has anyone tried combining datatables with a 3rd party paginator with success?
It's a long shot but worth asking... :)
This discussion has been closed.
Replies
Allan
If you could point me to the area of code to change that would be awesome.
Is it actually the fnDraw() function I should be looking at?
Thanks
Allan