infinite-table / infinite-react

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

Improve handling of data changes #153

Closed roblotter closed 1 year ago

roblotter commented 1 year ago

When the data is a function and the sortInfo changes (eg: is controlled and is updated), the data fn is called again. This is fine if sort is remote, but if it's local, it should not trigger another data fn call.

The same is also true for filterMode = local