Hi team,
I’m running into an issue where the column resizer handles in Handsontable become misaligned whenever I apply CSS zoom to scale the table. Check Demo
Here’s the context:
-
I have a button that toggles scaling for the entire Handsontable instance.
-
I’m applying scaling using the CSS property
zoom(e.g.zoom: 0.9orzoom: 1.1) on the wrapper element. -
The goal is just to visually scale the table without breaking any interactions.
Would love to know if this is a known limitation or if there’s a recommended approach for scaling Handsontable visually without breaking column resizing alignment.