Greetings!
I’m trying to add a zoom functionality to EJ1 spreadsheet with help of css and transform:scale() style. But as soon as I apply it to my own outside div element the internal spreadsheet div element with class .e-spreadsheetgrppanel is getting wrong size, it will be showed much smaller then needed, as if scale-function will be applied two times to this div. Can I use transformation with spreadsheet at all? Are there any other methods to add “zoom in”/”zoom out” functionality to spreadsheet?
Thx!