react-table-library icon indicating copy to clipboard operation
react-table-library copied to clipboard

Issue of Fixed Select Column

Open NoahWmf012 opened this issue 2 years ago • 1 comments

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!

NoahWmf012 avatar Aug 14 '23 09:08 NoahWmf012

This is the expected example:

https://datatables.net/release-datatables/extensions/FixedColumns/examples/integration/select-checkbox.html

NoahWmf012 avatar Aug 14 '23 09:08 NoahWmf012