You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that when I want to mix the Select feature and FixedColumn feature, the <HeaderCellSelect /> and <CellSelect /> components are not working as expected.
When I tried add pinLeft / style / className props to <CellSelect />, but these props didn't match the type.
I tried the <CompactTable /> but the outcome is the same.
Will there be a future patch for this? Thank you in advance!
The text was updated successfully, but these errors were encountered:
I found that when I want to mix the Select feature and FixedColumn feature, the
<HeaderCellSelect />
and<CellSelect />
components are not working as expected.When I tried add
pinLeft / style / className
props to<CellSelect />
, but these props didn't match the type.I tried the
<CompactTable />
but the outcome is the same.Will there be a future patch for this? Thank you in advance!
The text was updated successfully, but these errors were encountered: