You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is function queuePostProcessedRowForCleanup(cacheEntry, postProcessedRow, rowIdx)
(in file slick.grid.js)
It gets called in
// ////////////////////////////////////////////////////////////////////////////////////////////
// Interactivity
function handleMouseWheel(e)
[...]
queuePostProcessedRowForCleanup(zombieRowCacheFromLastMouseWheelEvent,
zombieRowPostProcessedFromLastMouseWheelEvent);
It's missing the rowIdx parameter, and it's not setting a default-value anywhere...
The text was updated successfully, but these errors were encountered:
ststeiger
changed the title
Accessing non-existant columnIdx in queuePostProcessedRowForCleanup
queuePostProcessedRowForCleanup: Missing rowIdx on call, or missing default-value for rowIdx
Apr 5, 2018
Possible - this is from slick original code. Feel free to send pr
On Thu, 5 Apr 2018 at 7:58 am, Stefan Steiger ***@***.***> wrote:
Accessing non-existant variable columnIdx in function
queuePostProcessedRowForCleanup
(slick.grid.js)
Should that be rowIdx, or is it missing a parameter ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#33>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAHSzKZBfjs9Alag41uV35bVkeangtB3ks5tlaRugaJpZM4TH260>
.
There is function
queuePostProcessedRowForCleanup(cacheEntry, postProcessedRow, rowIdx)
(in file slick.grid.js)
It gets called in
It's missing the rowIdx parameter, and it's not setting a default-value anywhere...
The text was updated successfully, but these errors were encountered: