Adi Artsi

Results 5 comments of Adi Artsi

@DanailH Thank you so much for adding this feature! I was wondering, is there a way to disable the drag just for certain rows in the data grid? In my...

Hi @DanailH, we use the grid to display rows with priorities. the user can re-order the rows and change their priority. in addition to that we have a default row...

@DanailH I added a check in the onRowOrderChange callback to make sure that the new index of the row is not the index of the pinned one. BTW when do...

+1 for the custom drag icon (both for handle and while dragging) :)

> I've found that this problem is due to [automatic batching](https://reactjs.org/blog/2022/03/29/react-v18.html#new-feature-automatic-batching). You can work around it by wrapping the `setList` function in `flushSync`: > > ```tsx > import { flushSync...