Kevin Van Cott

Results 256 comments of Kevin Van Cott

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?

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...