1.0.3 • Published 5 years ago

pure-svg-table v1.0.3

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
5 years ago

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 text and tspan elements.
  • Yet another approach is to embed the html table inside a foreignObject element and adding the html styles under the style element. The current module takes this approach.
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago