Datatables combined with 3rd party pagination?
Datatables combined with 3rd party pagination?
![burntsausage](https://secure.gravatar.com/avatar/7f75a5b80702e3536df44e19b4d4ca60/?default=https%3A%2F%2Fvanillicon.com%2F7f75a5b80702e3536df44e19b4d4ca60_200.png&rating=g&size=120)
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