Feature request: Make glide-data-grid handle css transform:scale(x)
See original GitHub issueThanks for doing such an amazing job @jassmith. It is rare to come across such a feature rich and well documented open source project.
Now to my question/feature request.
The scaling of your data-grid using transform:scale(x)
works well. However, when trying to select/edit the table, it seems that there is an offset between where the mouse clicked and which cell/row/column was selected.
I understand that my use case is a rare one, but I thought I still ask/make this feature request.
We are developing an open source node based prototyping toolkit where we need a table node which is nicely editable while scaled. You can see an example of our current implementation below. Unfortunately is the data-grid component not as well done as yours. We would love to switch over to using glide-data-grid, but we want to support the ability to edit the data-grid while scaled up or down. Or is there another way of doing the scaling which would support or use case?
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
Done and dusted in 5.1.0
Thanks for the fix. I have tested the scaling in a basic setup and it works well!
Unfortunately, I have trouble getting the whole glide-data-grid to work in our application. For this I have opened a ticket. I am not sure what I am doing wrong. If you have an idea, any help would be appreciated. https://github.com/glideapps/glide-data-grid/issues/496