Posted 15 December 2021, 11:57 am EST
How would one go about layering a custom UI (as HTML elements) on top of SpreadJS? Is there some convenient way of hooking into the canvas scroll events, especially when using smooth scrolling?
Forums Home / Spread / SpreadJS
Posted by: yannick on 15 December 2021, 11:57 am EST
Posted 15 December 2021, 11:57 am EST
How would one go about layering a custom UI (as HTML elements) on top of SpreadJS? Is there some convenient way of hooking into the canvas scroll events, especially when using smooth scrolling?
Posted 16 December 2021, 1:50 am EST
Hi,
SpreadJS provides support for floating objects. You can add your custom UI(HTML elements) and it will be displayed on the top of cells.
Floating Objects Demo: https://www.grapecity.com/spreadjs/demos/features/floating-object/basic-floating-object/purejs
Thanks.