This repository has been archived by the owner on Aug 2, 2018. It is now read-only.
Releases: Juicy/juicy-tile-table
Releases · Juicy/juicy-tile-table
Declarative per-element setup
Initial release
Most of the features were shimmed, looks quite stable.
The differences from CSS Grid Layout are mostly:
- proportions are a little bit lost when mixing fixed size and flexible in the same row, as in
<table>
tracks could be relative to entire table, not to the "free space", (according to speccalc
is may not be supported for table) dynamicWidth
cannot exceed relative size left in columns axis.