<zg-table>
Interactive Storybook Playground
The <zg-table>
tag is created dynamically by the ZingGrid library and should not be manually added by the developer. It replicates the <table>
functionality of the grid. It contains <zg-head>
, <zg-body>
, <zg-foot>
, and <zg-colgroup>
.
Related Web Components
Component | Relationship | Type | Ancestor |
---|---|---|---|
ZingGrid | Parent | Generated | n/a |
ZGBody | Child | Generated | n/a |
ZGEditorRow | Child | Generated | n/a |
ZGFocus | Child | Generated | n/a |
ZGFoot | Child | Generated | n/a |
ZGHead | Child | Generated | n/a |
ZGNoData | Child | Generated | n/a |
ZGSelectorMask | Child | Generated | n/a |
Attributes
There are no attributes available for the <zg-table>
web component.
Top
CSS Variables
There are no CSS variables available for the <zg-table>
web component.
Top
Slots
There are no slots available for the <zg-table>
web component.
Top
[api: <zg-table>]