I\'m trying to create a table-like object within an SVG document. Currently, due to the fact that SVG does not have a table element, I am using an HTML parser to go through
Here is an example showing an SVG foreignobject which contains a tabular layout of nested SVG elements. It only works in Chrome though.
It includes an HTML table layout and a flexbox layout using div elements.
A jsfiddle is here.