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
For resizable columns, if you try to grab the grip handle in the small area where the cursor doesn't activate, it throws an undefined event warning. Dragging over the blue while the cursor activates for dragging works fine. The issue is when your cursor doesn't activate but you're still hovering over the blue portion of the column. In that small section, if you click on it (which there is a strong likelihood you may) you will get a "cannot read properties of undefined "i"" exception which essentially means you have an undefined event being triggered.
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue! 👋
If you have found this library helpful, please star it. A maintainer will try to respond within 7 days. If you haven’t heard anything by then, please bump this thread.
For resizable columns, if you try to grab the grip handle in the small area where the cursor doesn't activate, it throws an undefined event warning. Dragging over the blue while the cursor activates for dragging works fine. The issue is when your cursor doesn't activate but you're still hovering over the blue portion of the column. In that small section, if you click on it (which there is a strong likelihood you may) you will get a "cannot read properties of undefined "i"" exception which essentially means you have an undefined event being triggered.
The text was updated successfully, but these errors were encountered: