KeyTable and Scroller (and Select) combination error

KeyTable and Scroller (and Select) combination error

kongliekonglie Posts: 2Questions: 1Answers: 0

Hello,

I have this fiddle,
http://live.datatables.net/vofepase/1/edit

The problem is, whenever i press and hold the down-arrow button, eventually it freeze and the console show Maximum call stack size exceeded.

Can anyone please help me on this?

Basically, what I try to achieve is, combine KeyTable to use down/up arrow key, to perform single-row Select-ion, with Scroller on huge data, around 60K rows, but not using XHR, just function callback.

Thank you.

Answers

  • allanallan Posts: 63,075Questions: 1Answers: 10,384 Site admin

    It doesn't show the call stack issue with the latest version of KeyTable: http://live.datatables.net/vofepase/2/edit . But it does jump back to the top of the table when Scroller reloads unfortunately.

    I suspect what is happening is that there is a key event while the data is being loaded. That should probably be ignored rather than acted upon. I'll need to spend some time figure out how to best combat that. Thanks for bringing this up.

    Regards,
    Allan

  • kongliekonglie Posts: 2Questions: 1Answers: 0

    Hello Allan,
    Thank you for your effort on this, I'll keep watching for the fixes.

This discussion has been closed.