Pagination disappearing - input pagination and fnDraw(false)
Pagination disappearing - input pagination and fnDraw(false)
Hi,
Long time user, first time poster.
I'm using a couple of tables to do some fancy drag and drop stuff but the pagination controls are disappearing when the last record from any pagination page past 1 is removed.
The two key aspects to this are:
I'm using table.fnDraw(false); as I do not want to loose the page I was on when the table is redrawn.
I'm using input pagination plug-in - "sPaginationType": "input".
When std pagination is used the pagination buttons remain.
It's quite bad user experience as the table just appears empty and a page refresh does not fix.
Thanks
Q