Block scroll to top
Block scroll to top
Hello everybody,
I need to block a function of Datatables, when i delete a row or add a row, the table scroll directly to top, when we have 250 lines, it's very annoying.
Is it possible to block this scroll function or put a hack or something ?
Thanks everybody for your help.
Best regards.
I need to block a function of Datatables, when i delete a row or add a row, the table scroll directly to top, when we have 250 lines, it's very annoying.
Is it possible to block this scroll function or put a hack or something ?
Thanks everybody for your help.
Best regards.
This discussion has been closed.
Replies
$('.dataTables_scrollBody').scrollTo($(this));
Isn't possible to just block/remove this function from datatables ?