react-table-library
react-table-library copied to clipboard
Issue of Fixed Select Column
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!
This is the expected example:
https://datatables.net/release-datatables/extensions/FixedColumns/examples/integration/select-checkbox.html