<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.

Image of the DOM relationship for the zg-frozen-colgroup web component tag

ZGFrozenColgroup Relationships
Component Relationship Type Ancestor
ZingGrid Parent Generated n/a

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>
Top

Attributes

There are no attributes available for the <zg-frozen-colgroup> web component.

Top

CSS Variables

There are no CSS variables available for the <zg-frozen-colgroup> web component.

Top

CSS Selector

As a non-visual element, you should not apply styles to this tag.

Top

Slots

There are no slots available for the <zg-frozen-colgroup> web component.

Top

[api: <zg-frozen-colgroup>]