react-native-sortable-grid
react-native-sortable-grid copied to clipboard
[Request] maintain sorting order?
I didn't notice this until after I started modifying the source, but is there a reason the package isn't trying to maintain sort order?
As in your examples, when dragging "A" somewhere else in the alphabet, the other letters will rearrange themselves to the nearest space instead of maintaining their ordering.
edit: similar package with this as default behavior https://github.com/react-native-component/react-native-smart-sortable-sudoku-grid
+1
+1, Is there a way to achieve this functionality with this package?
Given how imperative code is, I think it'll be hard to implement
+1. Just checking if anyone has figured this out or found another package (aside from sudoku one referenced above)?