Responsive Tables

SVG Table technically does not supports CSS way of responsive layout, but it will re-adjust the cells width based on the table's width. from 1.3.0, it supports auto aligned embeded table, so multiple layer of table is easy to make just passing javascript object.

Horizontally Responsive

try to resize the window! In this example, your table will only responsive with width.

Vertically Responsive

try to resize the window in height and width! you see the table is “Responsive”! Optimization is up to you, though…