Kevin Van Cott
Kevin Van Cott
Ok. This is only available in v2
We really need to keep the table body memoized during resizing. It's great you found the cause of sort scroll up issue though.
Without the memoization, column resizing is very laggy, especially on larger tables. Maybe we could memoize in a different way without a ternary and that would solve it.
It has no issues because of the memoization
This usually happens if data ever becomes `[]` during new fetching, or if `rowCount` gets set to 0 during refetching.
so like a `cell.getIsAggregationCell` and similar APIs?
looks like you need to run docs:generate so that they aren't all deleted?
In what situations is row actions enabled, but no actions are specified?
instead of passing an empty array when there are no actions, pass undefined
share more code, or even a full sandbox repro. Might just be that your columnDefs did not have the proper dependency array in the useMemo. But impossible to tell if...