deanmcpherson / react-native-sortable-listview

Drag drop capable wrapper of ListView for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable only one specific row

AppIpup opened this issue · comments

Hello,

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

Thanks

I think you can achieve this by custom sortHandlers right now