react-native-sortable-grid icon indicating copy to clipboard operation
react-native-sortable-grid copied to clipboard

[Request] maintain sorting order?

Open braco opened this issue 8 years ago • 4 comments

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

braco avatar Jan 18 '17 21:01 braco

+1

shukerullah avatar Apr 03 '17 16:04 shukerullah

+1, Is there a way to achieve this functionality with this package?

charliegrinsted avatar Sep 20 '17 13:09 charliegrinsted

Given how imperative code is, I think it'll be hard to implement

sheerun avatar Oct 20 '17 00:10 sheerun

+1. Just checking if anyone has figured this out or found another package (aside from sudoku one referenced above)?

adriandiaz avatar Dec 04 '17 16:12 adriandiaz