I am making custom D3 SVG’s that have interaction like zoom, pan and brushing. I think I understand CustomCell and CustomRenderer properly, but just wanted to confirm my understand that I would be able to create a Glide Data Grid and it would draw the grid itself as a canvas and then I could render in DOM elements like the SVG’s sort of overlaid in the canvas, but sort of inserted into the grid. Is this actually possible in Glide Data Grid either via the way I outlined or a different solution?
Thanks!