issues
search
6pac
/
SlickGrid
A lightning fast JavaScript grid/spreadsheet
https://stackblitz.com/github/6pac/SlickGrid/tree/master/vite-demo
MIT License
1.86k
stars
424
forks
source link
fix: when `onDragInit` return false it should stop
#979
Closed
ghiscoding
closed
10 months ago
ghiscoding
commented
10 months ago
when
onDragInit
returns
false
then the row or cell dragging shouldn't be allowed
this is similar to previous PR #978
onDragInit
returnsfalse
then the row or cell dragging shouldn't be allowed