Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.

Releases: Juicy/juicy-tile-table

Declarative per-element setup

15 Feb 22:49
Compare
Choose a tag to compare

You can now provide setup per each element in declarative manner:

<juicy-tile-table>
  <div juicy-style="width: 50%; height: 20px; priority: 0.5">..</div>
  ...
</juicy-tile-table>

Initial release

02 Feb 23:37
Compare
Choose a tag to compare

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 spec calc is may not be supported for table)
  • dynamicWidth cannot exceed relative size left in columns axis.