Closed roblotter closed 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.
data
local
The same is also true for filterMode = local
filterMode
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'slocal
, it should not trigger another data fn call.The same is also true for
filterMode
=local