table-library / react-table-library

:bento: React Table Library
https://react-table-library.com
MIT License
737 stars 45 forks source link

Issue of Fixed Select Column #130

Open NoahWmf012 opened 1 year ago

NoahWmf012 commented 1 year ago

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 commented 1 year ago

This is the expected example:

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