"Length.dt" for SubTable
"Length.dt" for SubTable
vickershhh
Posts: 5Questions: 3Answers: 0
Hi Forums,
I have a function for my table:
$('#tblTasks').on( 'length.dt', function ( e, settings, len ) {
window.location = a new location;
});
but I found when I change page length of the subtables, this function will also be called...
How to prevent that?
Thanks,
Victor
This discussion has been closed.
Answers
What subtables?
Are these child rows?
How are you building them?
Please post a link to your page or a test case replicating the problem so we can see what you are doing.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin