Open offirgolan opened 4 years ago
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.
cell.getCellProps()['data-sticky-td']
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.
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 forcell.isSticky
.