<zg-frozen-colgroup>
The <zg-frozen-colgroup>
tag is a web component that is a wrapper for frozen columns. The <zg-frozen-colgroup>
web component should not be accessed specifically beyond styling.
Related Web Components
Usage
The <zg-frozen-colgroup>
element is a generated element added to <zing-grid>
when the frozen-columns-left
or frozen-columns-right
attribute is defined.
<zing-grid frozen-columns-left=1 src="https://cdn.zinggrid.com/datasets/user-roles.json"> </zing-grid>
Attributes
There are no attributes available for the <zg-frozen-colgroup>
web component.
CSS Variables
There are no CSS variables available for the <zg-frozen-colgroup>
web component.
CSS Selector
As a non-visual element, you should not apply styles to this tag.
Slots
There are no slots available for the <zg-frozen-colgroup>
web component.
[api: <zg-frozen-colgroup>]