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

Add `isSticky` to cell instance

Open offirgolan opened this issue 4 years ago • 1 comments

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.

offirgolan avatar May 07 '20 18:05 offirgolan

I @offirgolan, Thanks for your feedback. Yes, it could be nice to have a better api for that. I will improve it soon.

GuillaumeJasmin avatar May 11 '20 10:05 GuillaumeJasmin