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
How to disable selection and scroll by grid dragging on touch devices?
My goal is to use this lib in read-only mode, so I don't need selection, but instead it is necessary to be able to scroll on touch screen devices.
The text was updated successfully, but these errors were encountered:
You don't need the selection plugin for scrolling.
The scroll bar supports touch events - that's one of the reasons why we created our own scroll bar.
TIP: You can change scroll bar width if you need documentation here
How to disable selection and scroll by grid dragging on touch devices?
My goal is to use this lib in read-only mode, so I don't need selection, but instead it is necessary to be able to scroll on touch screen devices.
The text was updated successfully, but these errors were encountered: