jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.66k stars 818 forks source link

[Feature request] Keyboard Navigation Issue with Sticky Action Column in Jspreadsheet #1679

Open saravana-ideas2it opened 3 months ago

saravana-ideas2it commented 3 months ago

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."

https://github.com/jspreadsheet/ce/assets/129499348/4fa0ce9c-3604-4729-8802-ec2b2de0696f

garcia252 commented 2 weeks ago

Did you solve this? We have done something similar and having the same issue.