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
We are encountering an issue where keyboard navigation using tab and arrow keys does not fully scroll the sheet to the end cell when a sticky action column is implemented.
Details:
We have implemented a sticky action column using the CSS property position: sticky; right: 0;.
We have also attempted alternative CSS properties like position: fixed and position: absolute, as well as the jss_frozen class, but none of them resolve the scrolling issue.
We have searched the documentation and GitHub issues for related problems and event listeners for scrolling behavior, but haven't found any solutions.
Please refer to the video attached.
Reached the JSpreadsheet team and they have suggested to create a feature request for the same.
"It is not possible to stick a column to the right, this feature is not available. But, you can send a feature request on github, that can be consider in the future."
Stick-a-column-to-right-injspreadsheet.mp4
The text was updated successfully, but these errors were encountered:
We are encountering an issue where keyboard navigation using tab and arrow keys does not fully scroll the sheet to the end cell when a sticky action column is implemented.
Details:
We have implemented a sticky action column using the CSS property position: sticky; right: 0;.
We have also attempted alternative CSS properties like position: fixed and position: absolute, as well as the jss_frozen class, but none of them resolve the scrolling issue.
We have searched the documentation and GitHub issues for related problems and event listeners for scrolling behavior, but haven't found any solutions.
Please refer to the video attached.
Reached the JSpreadsheet team and they have suggested to create a feature request for the same.
"It is not possible to stick a column to the right, this feature is not available. But, you can send a feature request on github, that can be consider in the future."
Stick-a-column-to-right-injspreadsheet.mp4
The text was updated successfully, but these errors were encountered: