Closed roblotter closed 1 year ago
When switching from a pivot configuration to no pivot, the columns are not displayed properly after the switch.
Namely I'm having a pivot where I render <InfiniteTable /> with columns={{}} and then go to no pivot and some columns.
<InfiniteTable />
columns={{}}
This happens because the state management does not detect a prop change when props.pivotColumns go from a defined value to undefined.
Fixed in 1.3.12
When switching from a pivot configuration to no pivot, the columns are not displayed properly after the switch.
Namely I'm having a pivot where I render
<InfiniteTable />
withcolumns={{}}
and then go to no pivot and some columns.This happens because the state management does not detect a prop change when props.pivotColumns go from a defined value to undefined.