<juicy-tile-table>
Masonry-like Custom Element with
<table>
renderer that mimics CSS Grid Layout of [`juicy-tile-grid`](Juicy/juicy-tile-grid).
0
2
heightDynamic: true
Dynamically change height after tile was packed.
3
heightAdaptive: true
- adapt to siblings dynamic height change
5
6
7
8
9
10
11
Features
- masonry-like, gap-less layout (bin-packing),
- prioritizing items,
- grouping into virtual, nested containers,
- alignment in different orientations/directions,
- dynamically changing size,
- auto adjusting container sizes,
- gutter/cell-spacing between tiles,
- adapting to window size changes,
- widely supported table layout, that mimics CSS Grid,
- adapting to dynamic changes of tile's content, without need to repack.