deanmcpherson / react-native-sortable-listview

Drag drop capable wrapper of ListView for React Native
MIT License
917 stars 235 forks source link

Disable only one specific row #114

Closed AppIpup closed 6 years ago

AppIpup commented 6 years ago

Hello,

There is a way to only disable sorting of one or several specifics rows instead of all rows (disableSorting) ?

Thanks

nihgwu commented 6 years ago

I think you can achieve this by custom sortHandlers right now