pure-svg-table
v1.0.3
Published
Generate table as a standalone svg file
Downloads
10
Readme
Pure SVG table
SVG has no table-support. There are a couple of options to workaround this.
- You can use custom elements with a table-like semantics. This is the approach used by the GraphTableSVG module which needs some additional javascript to be executed.
- Another approach is to workaround it using
textandtspanelements. - Yet another approach is to embed the html table inside a
foreignObjectelement and adding the html styles under thestyleelement. The current module takes this approach.
