Datatables/Server-side/Keys plugin hangs on 0 rows
Datatables/Server-side/Keys plugin hangs on 0 rows
ffradegrada
Posts: 10Questions: 2Answers: 0
Hi! My table is hanging with "Uncaught RangeError: Maximum call stack size exceeded" log on the Chrome console at jquery plugin.
The error is happening when the server returns 0 rows, and it is very specific. If I turn the "keys" property to "false", the table works 100% fine. But when turning to "true", hangs.
Any idea of what is going on?
Thanks!
This discussion has been closed.
Replies
Actualization: after debugging some of the KeyTable plugin I found that is hanging at line 421:
I am using the v2.1.1 of the KeyTable plugin.
Can you link to a test page showing the issue so I can debug it please?
Allan
Sorry Allan, it's was my error, because on a "table.cell(':eq(0)').focus();" after reloading table..
You can dismiss this topic. Thanks for your answer!