Closed radubrehar closed 4 months ago
Currently we have filterMode and sortMode, but we should allow more customisation.
filterMode
sortMode
So we will deprecate filterMode and sortMode as props on the DataSource and add DataSource.shouldReloadData.
DataSource
DataSource.shouldReloadData
Currently we have
filterMode
andsortMode
, but we should allow more customisation.So we will deprecate
filterMode
andsortMode
as props on theDataSource
and addDataSource.shouldReloadData
.