I have done a table in SVG, and I want to fill it with data dynamically. That means that I don\'t know how much space the text takes, and I want to clip or hide the overlapping
If you don't want to use a clip-path, which can be a pain if each element has a different size, then you can also use nested elements for clipping. Just make sure the svg elements have the CSS style overflow:hidden.