First time here? Check out the FAQ!
How to scroll to required cell progamatically in keikai spreadsheet??
focusTo()
will scroll the specified cell to the visible area. But there is a bug https://tracker.zkoss.org/browse/KEIKAI-365 at 5.4.0, fixed at 5.5.0. Do you encounter this bug case?
If you call it in doAfterCompose()
, it doesn't work. It still works, when you call it in an event listener.
You can try the latest freshly 5.5.0.FL.20201023-Eval
spreadsheet.focusTo(100,20) is just focusing to that particular cell whereas the cell is located far below the visible area. I need to focus and automatically scroll to that cell and make visible.
Asked: 2020-10-22 19:58:37 +0800
Seen: 9 times
Last updated: Oct 26 '20
Some feedback about ZK SpreadSheet
Cannot add to Eclipse the ZK SPreadsheet jars
Zk Spreadsheet: Date in cells are displayed as GMT+0 while my locale is GMT+8
I want cancel the page part refresh ,how?
Spreadheet and pagination problem
Zk spreadsheet 2.0 beta3 - row copy/cut and paste not working
Zk spreadsheet - cell values changing automatically
how to make spreadsheet row un-editable & freeze???