Infinite scroll fnDraw
Infinite scroll fnDraw
I have a datatable with server side processing and infinite scroll. I need to change the height of the table, so i tried the following:
[code]
myDataTable.fnSettings().oScroll.sY = "300px";
myDataTable.fnDraw(false);
[/code]
The problem with this is that i get duplicated records. Every time i call this the original recods of the table are appended. What am i doing wrong?
[code]
myDataTable.fnSettings().oScroll.sY = "300px";
myDataTable.fnDraw(false);
[/code]
The problem with this is that i get duplicated records. Every time i call this the original recods of the table are appended. What am i doing wrong?
This discussion has been closed.
Replies
Regards,
Allan