infinite-table / infinite-react

The modern React DataGrid for building apps — faster
https://infinite-table.com
73 stars 5 forks source link

Allow customizing when the DataSource.data fn is called #236

Closed radubrehar closed 4 months ago

radubrehar commented 4 months ago

Currently we have filterMode and sortMode, but we should allow more customisation.

So we will deprecate filterMode and sortMode as props on the DataSource and add DataSource.shouldReloadData.