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
Per the wiki, jQueryUI is only required when using column reordering. However, in slick.groupitemmetadataprovider.js line 115, there's a reference to "$.ui.keyCode.SPACE" as part of an onKeyDown event handler that I don't think is explicitly linked to column reordering. This will throw an error if you don't have jQueryUI's keyCode part.
If that file isn't supposed to be dependent upon jQueryUI, it might be worth adding SPACE to the local keyCodes defined in slick.core.js.
The text was updated successfully, but these errors were encountered:
Per the wiki, jQueryUI is only required when using column reordering. However, in slick.groupitemmetadataprovider.js line 115, there's a reference to "$.ui.keyCode.SPACE" as part of an onKeyDown event handler that I don't think is explicitly linked to column reordering. This will throw an error if you don't have jQueryUI's keyCode part.
If that file isn't supposed to be dependent upon jQueryUI, it might be worth adding SPACE to the local keyCodes defined in slick.core.js.
The text was updated successfully, but these errors were encountered: