Column groups
Last updated
Last updated
The Showcase: Object Tables template app contains an example implementation of a column groups. Check it out!
Columns in an object-table
can be grouped to indicate categories or cater for more sophisticated use cases.
show-if
and hide-if
Much like standard table columns, column groups can also make use of dynamic show-if
and hide-if
attributes. Note that hidden column groups always take priority over show-if
and hide-if
attributes on nested columns.
Use the collapsed="true | false"
attribute to put an entire group into a collapsed or expanded state. Unlike show-if
and hide-if
, column groups will remain visible but are represented as a vertical bar in-place of the group itself.