You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
offirgolan
changed the title
Add isSticky to cell and column instances
Add isSticky to cell instance
May 7, 2020
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
.The text was updated successfully, but these errors were encountered: