zinggrid
Version:
ZingGrid - A fully-featured, native, web-component, data table and grid for Javascript applications.
1 lines • 4.21 kB
JSON
{"table":{"elementDescription":"`<table>` is native element that arranges data into columns and rows, which ZingGrid can use as a data source.","members":[{"name":"data-zg-*","description":"Sets a ZingGrid attribute (Ex. data-zg-pager corresponds to the ZingGrid[pager] attribute).","type":"String","fullName":"table-dataZg*","demoLink":"https://app.zingsoft.com/demos/create/4B88GO9T","default":"''","acceptedValues":"","displayValues":"","values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zgtable"},{"name":"data-zg-data-format","description":"Specifies if the grid should copy the full html value of the data rows or just the text data.","type":"String","fullName":"table-dataZgDataFormat","demoLink":"https://app.zingsoft.com/demos/create/1P30R7BU","default":"'text'","acceptedValues":["Enum"],"displayValues":["\"html\"","\"text\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zgtable"},{"name":"data-zg-head-format","description":"Specifies if the grid should copy the full html value of the head row or just the text data.","type":"String","fullName":"table-dataZgHeadFormat","demoLink":"https://app.zingsoft.com/demos/create/J05M9GZ8","default":"'text'","acceptedValues":["Enum"],"displayValues":["\"html\"","\"text\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zgtable"},{"name":"id","description":"The id of the table. Use this value in `ZingGrid[data]` to specify <table> as the data source.","type":"String","fullName":"table-id","demoLink":"https://app.zingsoft.com/demos/create/5CLZWFUH","default":"''","acceptedValues":"","displayValues":"","values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zgtable"},{"name":"is","description":"Set to \"zing-grid\" to convert this <table> into a grid.","type":"String","fullName":"table-is","demoLink":"https://app.zingsoft.com/demos/create/4QLMFFPR","default":"''","acceptedValues":["Enum"],"displayValues":"","values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zgtable"}]},"th":{"elementDescription":"`<th>` is native element that represents a table header cell.","members":[{"name":"data-zg-frozen-column","description":"Presence of attribute freezes the column.","type":"String","fullName":"th-dataZgFrozenColumn","demoLink":"https://app.zingsoft.com/demos/create/4ZZ7XCMF","default":"''","acceptedValues":["Enum"],"displayValues":["\"\"","\"left\"","\"right\"","..."],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zgth"}]},"tr":{"elementDescription":"`<tr>` is native element that represents a table row.","members":[{"name":"data-zg-frozen-row","description":"Presence of attribute freezes the row.","type":"String","fullName":"tr-dataZgFrozenRow","demoLink":"https://app.zingsoft.com/demos/create/IQGCC5M2","default":"''","acceptedValues":["Enum"],"displayValues":["\"\"","\"top\"","\"bottom\"","..."],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zgtr"},{"name":"data-zg-head-row","description":"Presence of attribute specifies row as a header row.","type":"String","fullName":"tr-dataZgHeadRow","demoLink":"https://app.zingsoft.com/demos/create/1FYIPXA7","default":"''","acceptedValues":"","displayValues":"","values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zgtr"},{"name":"data-zg-ignore-row","description":"Presence of attribute ignores the row.","type":"String","fullName":"tr-dataZgIgnoreRow","demoLink":"https://app.zingsoft.com/demos/create/JURIYIKE","default":"''","acceptedValues":"","displayValues":"","values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zgtr"}]},"col":{"elementDescription":"`<col>` is native element that represents a column in a table.","members":[{"name":"data-zg-*","description":"Sets a ZGColumn attribute (Ex. data-zg-type corresponds to the ZGColumn[type] attribute).","type":"String","fullName":"col-dataZg*","demoLink":"https://app.zingsoft.com/demos/create/U0VGP809","default":"''","acceptedValues":"","displayValues":["\"type\"","\"index\"","\"hidden\"","..."],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zgcol"}]}}