KeyTable with serverSide arrow key debounce on page change
KeyTable with serverSide arrow key debounce on page change
When using KeyTable to page with serverSide set to true, you can get a "Maximum call stack exceeded" error in javascript. If you press and hold an arrow key to change pages, you will see this error. This is because KeyTable is trying to continue paging while it is still waiting for the response from the server.
Is there any way to set KeyTable to wait for the serverSide call to finish processing before it can fire the call again, like through a debounce?
An example page this happens on: https://www.datatables.net/extensions/keytable/examples/initialisation/server-side.html
Click any cell, press and hold the right arrow key and check your js console.
Thanks!
This question has an accepted answers - jump to answer
Answers
This should be fixed in the nightly version. Could you try the latest nightly please?
Thanks,
Allan
That worked! Thank you Allan!