react-table-sticky
react-table-sticky copied to clipboard
Add `isSticky` to cell instance
Currently the only way to check if a cell is sticky is by doing cell.getCellProps()['data-sticky-td']
which feels a bit hacky. It would be nice to add support for cell.isSticky
.
I @offirgolan, Thanks for your feedback. Yes, it could be nice to have a better api for that. I will improve it soon.