Source
ZingGrid has a basic, built-in source (citation) element that wraps the source text in <cite role="any">
.
Basic Usage
To enable the source element, you can use <zg-source>Source Text Here</zg-source>
or add source="Source Text Here"
to the <zing-grid>
tag.
Note: Use the <zg-source>
element instead of the attribute if you want to add inner HTML. Example: <zg-source><small>Source:<small> Citation Here</zg-source>
Top