column-group
Overview
Basic Example
<object-table ...>
<column-group heading="Group 1">
<column heading="Column 1">{col1}</column>
<column heading="Column 2">{col2}</column>
</column-group>
<column-group heading="Group 2">
<column heading="Column 3">{col3}</column>
<column heading="Column 4">{col4}</column>
</column-group>
</object-table>
Standard Attributes
heading
headingAdvanced Attributes
collapsed
collapsedshow-if and hide-if
show-ifhide-ifshow-if and hide-ifLast updated