UNPKG

zinggrid

Version:

ZingGrid - A fully-featured, native, web-component, data table and grid for Javascript applications.

1 lines 187 kB
{"ZGBody":{"elementDescription":"`<zg-body>` is created dynamically by the ZingGrid library, and as such should not be manually added by the\ndeveloper. However the user can style `<zg-body>` using CSS.","members":[]},"ZGButton":{"elementDescription":"A custom, styled button that can be used both for internal grid-related action and for user-specific\nactions. It is stylable via CSS. Some buttons are automatically inserted when a feature that uses it enabled, like `pager`, while\nothers are inserted manually by the user.","slots":[{"name":"","description":"Button content."},{"name":"icon","description":"Button icon. Replaces the default slot."},{"name":"label","description":"Button label. Use to add a label when using the \"icon\" slot."}],"members":[{"name":"action","description":"Sets the action of the button","type":"String","fullName":"zg-button-action","demoLink":"https://app.zingsoft.com/demos/create/91NN585A","default":"\"\"","acceptedValues":["Enum"],"displayValues":["\"cancel\"","\"cancelrecord\"","\"checkbox\"","\"copycell\"","\"createrecord\"","\"createrecordend\"","\"createrecordstart\"","\"deselect\"","\"duplicaterecord\"","\"editcell\"","\"editrecord\"","\"editrow\"","\"firstpage\"","\"fixedmenu\"","\"freezecolumnleft\"","\"freezecolumnright\"","\"unfreezecolumn\"","\"hidecolumn\"","\"freezerowtop\"","\"freezerowbottom\"","\"unfreezerow\"","\"getselection\"","\"insertrecord\"","\"layoutrow\"","\"layoutcard\"","\"resetstate\"","\"lastpage\"","\"menu\"","\"nextpage\"","\"pastecell\"","\"prevpage\"","\"reload\"","\"removerecord\"","\"search\"","\"selectcell\"","\"selectrow\"","\"sortcolumn\"","\"submitrecord\"","\"about\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-button"},{"name":"disabled","description":"Presence of attribute determines if the button is disabled or not","type":"Boolean","fullName":"zg-button-disabled","demoLink":"https://app.zingsoft.com/demos/create/MIQE2B6K","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-button"},{"name":"icon","description":"Sets the icon for the button","type":"String","fullName":"zg-button-icon","demoLink":"https://app.zingsoft.com/demos/create/2YF9ASJA","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"cancel\"","\"cancelrecord\"","\"checked\"","\"checkmark\"","\"close\"","\"createrecord\"","\"down\"","\"duplicaterecord\"","\"edit\"","\"editrecord\"","\"error\"","\"error-tmp\"","\"firstpage\"","\"fixedmenu\"","\"info\"","\"lastpage\"","\"layoutcard\"","\"layoutrow\"","\"link\"","\"menu\"","\"nextpage\"","\"outsidearrow\"","\"prevpage\"","\"reload\"","\"remove\"","\"removerecord\"","\"search\"","\"submitrecord\"","\"success\"","\"unchecked\"","\"up\"","\"warning\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-button"}]},"ZGCaption":{"elementDescription":"A caption can be manually inserted inside the `<zing-grid>` tag as slotted content or automatically\ninserted when the `caption` is enabled. `<zg-caption>` is stylable via CSS.","slots":[{"name":"","description":"Caption title."},{"name":"message","description":"Caption title. Use when using a feature that enables caption toolbar ([contextMenu], [search], [staticMenu])."},{"name":"tool","description":"Caption toolbar, which is added to the rightmost of caption by default."}],"members":[{"name":"align","description":"The alignment of content in the caption","type":"String","fullName":"zg-caption-align","demoLink":"https://app.zingsoft.com/demos/create/3VUT9XVS","default":"\"start\"","acceptedValues":["Enum"],"displayValues":["\"start\"","\"left\"","\"right\"","\"center\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-caption"},{"name":"position","description":"Indicates where to position the caption","type":"String","fullName":"zg-caption-position","demoLink":"https://app.zingsoft.com/demos/create/GYOV88PD","default":"\"top\"","acceptedValues":["Enum"],"displayValues":["\"top\"","\"bottom\"","\"both\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-caption"}]},"ZGCard":{"elementDescription":"The container for a card template that holds a custom template for card mode. This custom template\nwill be rendered per row. `<zg-card>` can be styled via CSS or the `--zg-card-*` selectors. Please reference\nthe \"Template\" section for more details on templates.","slots":[{"name":"","description":"Card content."}],"members":[{"name":"editor","description":"Sets the custom editor","type":"function","fullName":"zg-card-editor","demoLink":"https://app.zingsoft.com/demos/create/9U5NHFD0","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"editorVariable\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-card"},{"name":"editor-template","description":"Points to an external template element to be used as the template for the card's editor.","type":"function","fullName":"zg-card-editorTemplate","demoLink":"https://app.zingsoft.com/demos/create/ZZE452WJ","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"templateId\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-card"},{"name":"renderer","description":"The return value of the method is set as the innerHTML of `<zg-card>`. If nothing is returned,\nit will not change the currently rendered card. The method takes the paramters `data`, `domCard`, and `rowObject`.","type":"function","fullName":"zg-card-renderer","demoLink":"https://app.zingsoft.com/demos/create/B9BRAX0F","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"<p>Card content</p>\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-card"},{"name":"renderer-template","description":"Points to an external template element to be used as the template for the card's render.","type":"function","fullName":"zg-card-rendererTemplate","demoLink":"https://app.zingsoft.com/demos/create/ZBBH3JRQ","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"myTemplateId\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-card"}]},"ZGCell":{"elementDescription":"`<zg-cell>` is the container for a single cell;\nit corresponds to the `<td>` tag on an HTML table. It is automatically inserted and should not \nbe placed directly in the user's HTML. `<zg-cell>` can be styled via CSS.","members":[]},"ZGCheckbox":{"elementDescription":"A checkbox is automatically inserted when\na feature that uses it is enabled, like `<zg-column type=\"selector\">`, or it can be manually-inserted\nto the grid. It can be styled via CSS.","slots":[{"name":"","description":"Checkbox label."}],"members":[{"name":"checked","description":"Presence of attribute determines if the checkbox is checked","type":"Boolean","fullName":"zg-checkbox-checked","demoLink":"https://app.zingsoft.com/demos/create/W64KXNUL","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-checkbox"}]},"ZGColgroup":{"elementDescription":"`<zg-colgroup>` is a container for the columns of the grid specified by `<zg-column>` tags. \nThis element is similar in function to the `<colgroup>` tag in an HTML element. \nDevelopers should always add this element to their grid structure; however, ZingGrid will insert it \nautomatically if it is omitted. As an non-visual element, you should not apply style to this tag.\nNote: Omission of `<zg-colgroup>` may result in a slight performance delay for auto-insertion.","slots":[{"name":"","description":"Colgroup content that only accepts columns (ZGColumns)."}],"members":[]},"ZGColumn":{"elementDescription":"The `<zg-column>` tag is used to associate the columns of the grid to the values \nin a dataset. Attributes on the tag are used to configure both the data type, style, and function \nof the grid column. It is possible to build grids without explicit `<zg-column>` tags, and in that \ncase ZingGrid will add a column for each index in the dataset. However, developers are encouraged to \nexplore the features available with `<zg-column>` to utilize the powerful features ZingGrid has to offer.","slots":[{"name":"","description":"Custom column content."}],"members":[{"name":"align","description":"Aligns the contents of the cell","type":"String","fullName":"zg-column-align","demoLink":"https://app.zingsoft.com/demos/create/2E2VU1NK","default":"\"left\"","acceptedValues":["Enum"],"displayValues":["\"center\"","\"left\"","\"right\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"array-index","description":"If the index is an array of objects, use array-index to indicate which index of the array object to include","type":"String","fullName":"zg-column-arrayIndex","demoLink":"https://app.zingsoft.com/demos/create/NI7I2MVM","default":"N/A","acceptedValues":["<string>"],"displayValues":["\"title\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"array-slice","description":"If the index is an array, you can use array-slice to indicate which array indexes to include.","type":"String | Number","fullName":"zg-column-arraySlice","demoLink":"https://app.zingsoft.com/demos/create/QGP7YD9P","default":"N/A","acceptedValues":["String","Number"],"displayValues":["\"0,1\", \"-1\", \"0,4\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"cell-break","description":"The type of `word-break` style for body cells. When not set, `cell-break` style is `normal` by default.\nIf the width of a column is set, `cell-break` is `word` by default.","type":"String","fullName":"zg-column-cellBreak","demoLink":"https://app.zingsoft.com/demos/create/EBYE5QDQ","default":"\"normal\"","acceptedValues":["Enum"],"displayValues":["\"all\"","\"ellipsis\"","\"normal\"","\"word\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"cell-class","description":"The class to be set directly on `<zg-cell>` within the column. `cell-class` applied to\n`<zg-column>` will overwrite the `cell-class` applied to `<zing-grid>`.","type":"String","fullName":"zg-column-cellClass","demoLink":"https://app.zingsoft.com/demos/create/UK4ATT1M","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"userCustomClass\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"cell-tooltip-action","description":"Sets the execution method of custom 'icon' type tooltips to either activate on hover or click of the icon","type":"String","fullName":"zg-column-cellTooltipAction","demoLink":"https://app.zingsoft.com/demos/create/V1ZLD20G","default":"\"hover\"","acceptedValues":["Enum"],"displayValues":["\"click\"","\"hover\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"cell-tooltip-delay","description":"Sets the hover delay in milliseconds before displaying the tooltip","type":"Number","fullName":"zg-column-cellTooltipDelay","demoLink":"https://app.zingsoft.com/demos/create/ALCQX5KK","default":"1000","acceptedValues":["Number"],"displayValues":["2000"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"cell-tooltip-icon","description":"Specifies the icon to use for the cell tooltip trigger icon when using the info column type","type":"String","fullName":"zg-column-cellTooltipIcon","demoLink":"https://app.zingsoft.com/demos/create/6PYU72NM","default":"info","acceptedValues":["<string>"],"displayValues":["'checkmark'"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"cell-tooltip-position","description":"Sets the tooltip-position for the cell","type":"String","fullName":"zg-column-cellTooltipPosition","demoLink":"https://app.zingsoft.com/demos/create/M23UZDB2","default":"\"top\"","acceptedValues":["Enum"],"displayValues":["\"top\"","\"left\"","\"right\"","\"bottom\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"cell-tooltip-renderer","description":"Gets the name of the user's custom render function, on window, to use the function's return value as the tooltip content","type":"String","fullName":"zg-column-cellTooltipRenderer","demoLink":"https://app.zingsoft.com/demos/create/NP2WIJZS","default":"\"\"","acceptedValues":["String"],"displayValues":["\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"cell-tooltip-template","description":"Points to an external template element to be used as the template for the tooltip display","type":"String","fullName":"zg-column-cellTooltipTemplate","demoLink":"https://app.zingsoft.com/demos/create/VX47FJSI","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"myTemplateId\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"cell-tooltip-text","description":"Sets the tooltip text for the cell of the column. Can pass this value to renderer or template if using","type":"String","fullName":"zg-column-cellTooltipText","demoLink":"https://app.zingsoft.com/demos/create/ZU3CJEUG","default":"\"\"","acceptedValues":["String"],"displayValues":["\"Tooltip Value\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"cell-tooltip-type","description":"Sets the style to use for the tooltips. Uses the `default` style by default. Can set to `system` to match the tooltips used on icons throughout `<zing-grid>`.","type":"String","fullName":"zg-column-cellTooltipType","demoLink":"https://app.zingsoft.com/demos/create/0QC6J7QP","default":"default","acceptedValues":["Enum"],"displayValues":["\"default\"","\"system\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"content-style","description":"When an additional HTML element is added to the renderer, as in the case of image and url,\n`content-style` will be put into a style attribute directly on the element.","type":"String","fullName":"zg-column-contentStyle","demoLink":"https://app.zingsoft.com/demos/create/SDSDOG9U","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"max-width: 50px;\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"content-width","description":"Sets the width of the content inside of the cell. Used on cells of column type\n`element`, `iframe`, `image`, or `url`.","type":"String | Number","fullName":"zg-column-contentWidth","demoLink":"https://app.zingsoft.com/demos/create/98S6N0H1","default":"\"\"","acceptedValues":["<string pixel value>"],"displayValues":["\"500\"","\"500px\"","500"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"default-display","description":"The data to display in each cell where the data value is null or undefined","type":"String","fullName":"zg-column-defaultDisplay","demoLink":"https://app.zingsoft.com/demos/create/UT0I51BC","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"N/A\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"details-renderer","description":"Renderer for the details page of a column.\nTo use a custom renderer, the attribute should be set to the name of the function.\nThe renderer function takes in the following arguments, `value of index` (for each index), `domCell`, and `cellObject`.\nThe returned value of the renderer function is set as the innerHTML of the details dialog.","type":"String","fullName":"zg-column-detailsRenderer","demoLink":"https://app.zingsoft.com/demos/create/R5UTQ925","default":"\"\"","acceptedValues":["<String>"],"displayValues":["\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"details-template","description":"Points to an external template element to be used as the template for the column's details","type":"String","fullName":"zg-column-detailsTemplate","demoLink":"https://app.zingsoft.com/demos/create/2HFZ73WX","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"myTemplateId\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"drag","description":"Disables the drag state of a specific column when `column-drag` enabled on `<zing-grid>`","type":"Boolean","fullName":"zg-column-drag","demoLink":"https://app.zingsoft.com/demos/create/Y3HFXG3D","default":"\"\"","acceptedValues":["<Enum>"],"displayValues":["\"disabled\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"editor","description":"Overrides the default editor for the column. Can be set to a different built-in editor (based on type of column),\ncustom editor, or `false` to turn off editor.\nIf set to a custom editor, the attribute value should be set to the name of the object.\nSee \"Features\" page on \"Editing: Custom Editor Grid\" for more details on custom editor.","type":"String | function","fullName":"zg-column-editor","demoLink":"https://app.zingsoft.com/demos/create/U9KA82K8","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"columnType\"","\"objectName\"","false"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"editor-template","description":"Points to an external template element to be used as the template for the column's editor","type":"String","fullName":"zg-column-editorTemplate","demoLink":"https://app.zingsoft.com/demos/create/G5FN1ZAB","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"myTemplateId\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"filter","description":"Overrides the grid level `filter` attribute. Presence of attribute enables on `filter` column, otherwise\nset to `disabled` to disable.","type":"String | Boolean","fullName":"zg-column-filter","demoLink":"https://app.zingsoft.com/demos/create/MEUDAXS9","default":"\"\"","acceptedValues":["Enum"],"displayValues":["\"disabled\""],"values":[],"category":"Attribute","tsType":"Enum | Boolean","internalDocs":"","tagName":"zg-column"},{"name":"filter-index","description":"Sets the data field index to filter on if index itself has multiple fields. The value set in index is the default.","type":"String","fullName":"zg-column-filterIndex","demoLink":"https://app.zingsoft.com/demos/create/ABCQFCFA","default":"\"\"","acceptedValues":["String"],"displayValues":["\"city\""],"values":[],"category":"Attribute","tsType":"String","internalDocs":"","tagName":"zg-column"},{"name":"filter-key","description":"Sets the key for server side filtering. By default the filterKey is set to the filterIndex value.","type":"String","fullName":"zg-column-filterKey","demoLink":"https://app.zingsoft.com/demos/create/5O772NYE","default":"the value of the column's filterIndex","acceptedValues":["String"],"displayValues":["\"full-name\""],"values":[],"category":"Attribute","tsType":"String","internalDocs":"","tagName":"zg-column"},{"name":"foot-cell","description":"The aggregate function, tokenized string, or function to evaluate for the foot cell of the column.\nIf using a function, the function takes the parameters `columnData` and `columnFieldIndex`.","type":"String","fullName":"zg-column-footCell","demoLink":"https://app.zingsoft.com/demos/create/MLMKU2EP","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"sum\"","\"avg\"","\"max\"","\"min\"","\"count\"","\"tokenized string\"","\"functionName\""],"values":[],"category":"Attribute","tsType":"Enum | String","internalDocs":"","tagName":"zg-column"},{"name":"frozen","description":"Moves the column to the frozen panel specified","type":"String","fullName":"zg-column-frozen","demoLink":"https://app.zingsoft.com/demos/create/7APRNW8H","default":"\"left\"","acceptedValues":["<string>"],"displayValues":["\"left\"","\"right\""],"values":[],"category":"Attribute","tsType":"Enum | String","internalDocs":"","tagName":"zg-column"},{"name":"head-cell","description":"The aggregate function to evaluate for the head cell of the column.\nIf using a function, the function takes the parameters `columnData` and `columnFieldIndex`.","type":"String","fullName":"zg-column-headCell","demoLink":"https://app.zingsoft.com/demos/create/2MABJWGE","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"sum\"","\"avg\"","\"max\"","\"min\"","\"count\"","\"tokenized string\"","\"functionName\""],"values":[],"category":"Attribute","tsType":"Enum | String","internalDocs":"","tagName":"zg-column"},{"name":"header","description":"The header name for the column. If it is not set, the default is to format the `index` value.","type":"String","fullName":"zg-column-header","demoLink":"https://app.zingsoft.com/demos/create/AHKN3N0A","default":"\"index\"","acceptedValues":["<string>"],"displayValues":["\"My Header\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"header-auto-format","description":"Setting to `disabled` will turn off formatting on the header of the column. By default, headers will\nconvert camel, dash, or kebab case to a properly spaced and capitalized string. Or\nset to a function name to customize formatting of header text. The custom function takes in two parameters,\n`index` and `headerText`, and returns the formatted header text.","type":"String","fullName":"zg-column-headerAutoFormat","demoLink":"https://app.zingsoft.com/demos/create/0QT0ZBDJ","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"disabled\"","\"functionName\""],"values":[],"category":"Attribute","tsType":"Enum | String","internalDocs":"","tagName":"zg-column"},{"name":"header-tooltip-action","description":"Sets the execution method of custom 'icon' type tooltips to either activate on hover or click of the icon","type":"String","fullName":"zg-column-headerTooltipAction","demoLink":"https://app.zingsoft.com/demos/create/T5MIH3ZJ","default":"\"hover\"","acceptedValues":["Enum"],"displayValues":["\"click\"","\"hover\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"header-tooltip-delay","description":"Sets the hover delay in milliseconds before displaying the header tooltip","type":"Number","fullName":"zg-column-headerTooltipDelay","demoLink":"https://app.zingsoft.com/demos/create/OWLEJ17A","default":"0","acceptedValues":["Number"],"displayValues":["2000"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"header-tooltip-icon","description":"Specifies the icon to use for the header tooltip trigger icon","type":"String","fullName":"zg-column-headerTooltipIcon","demoLink":"https://app.zingsoft.com/demos/create/DZGNBHVO","default":"info","acceptedValues":["<string>"],"displayValues":["'checkmark'"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"header-tooltip-icon-position","description":"Sets the tooltip icon position for the tooltip icon in the header cells","type":"String","fullName":"zg-column-headerTooltipIconPosition","demoLink":"https://app.zingsoft.com/demos/create/3PD1IQ2O","default":"\"right\"","acceptedValues":["Enum"],"displayValues":["\"left\"","\"right\"","\"after-text\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"header-tooltip-position","description":"Sets the tooltip-position for the header cell","type":"String","fullName":"zg-column-headerTooltipPosition","demoLink":"https://app.zingsoft.com/demos/create/W1QE4CKI","default":"\"top\"","acceptedValues":["Enum"],"displayValues":["\"top\"","\"left\"","\"right\"","\"bottom\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"header-tooltip-renderer","description":"Gets the name of the user's custom render function, on window, to use the function's return value as the tooltip content","type":"String","fullName":"zg-column-headerTooltipRenderer","demoLink":"https://app.zingsoft.com/demos/create/SZBBLQ3B","default":"\"\"","acceptedValues":["String"],"displayValues":["\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"header-tooltip-template","description":"Points to an external template element to be used as the template for the tooltip display","type":"String","fullName":"zg-column-headerTooltipTemplate","demoLink":"https://app.zingsoft.com/demos/create/AEP72BQH","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"myTemplateId\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"header-tooltip-text","description":"Sets the tooltip text for the header cell of the column. Can pass this value to renderer or template if using","type":"String","fullName":"zg-column-headerTooltipText","demoLink":"https://app.zingsoft.com/demos/create/ZNA3E1ZA","default":"\"\"","acceptedValues":["String"],"displayValues":["\"Tooltip Value\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"header-tooltip-trigger","description":"Sets what part of the header triggers the tooltip. If set to 'icon', an info icon is added to the header.","type":"String","fullName":"zg-column-headerTooltipTrigger","demoLink":"https://app.zingsoft.com/demos/create/IUS7B65M","default":"text","acceptedValues":["Enum"],"displayValues":["\"text\"","\"icon\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"header-tooltip-type","description":"Sets the style to use for the tooltips. Uses the `default` style by default. Can set to `system` to match the tooltips used on icons throughout `<zing-grid>`.","type":"String","fullName":"zg-column-headerTooltipType","demoLink":"https://app.zingsoft.com/demos/create/4VUQ8QJO","default":"default","acceptedValues":["Enum"],"displayValues":["\"default\"","\"system\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"hidden","description":"Presence of attribute hides the column","type":"Boolean","fullName":"zg-column-hidden","demoLink":"https://app.zingsoft.com/demos/create/HV082G0U","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"index","description":"A single index or multiple indices (separated by comma), to associate information in the data source\n to a column in the grid. Nested data keys are referenced by the member character `.` (Ex. data.key).","type":"String","fullName":"zg-column-index","demoLink":"https://app.zingsoft.com/demos/create/9NCUR9F6","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"recordkey\"","\"key1\"","\"object.key1\"","\"key1, key2, keyN\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"locale","description":"Localization code used with column type `currency` and `number`","type":"String","fullName":"zg-column-locale","demoLink":"https://app.zingsoft.com/demos/create/OVT2NU0P","default":"\"en-us\"","acceptedValues":["<string>"],"displayValues":["\"de-De\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"menu-text","description":"The text to display in the control menu for the column. If it is not set, it is set to the header text.","type":"String","fullName":"zg-column-menuText","demoLink":"https://app.zingsoft.com/demos/create/2IVY5RXA","default":"\"index\"","acceptedValues":["<string>"],"displayValues":["\"My Header\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"min-width","description":"Sets the minimum width of the column in pixels","type":"Number","fullName":"zg-column-minWidth","demoLink":"https://app.zingsoft.com/demos/create/LBHD4C38","default":"n/a","acceptedValues":["Number"],"displayValues":["150"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"renderer","description":"Overrides the default renderer for the column. Can be set to a different built-in or custom renderer.\nTo use a custom renderer, the attribute should be set to the name of the function.\nThe renderer function takes in the following arguments, `value of index` (for each index), `domCell`, and `cellObject`.\nThe returned value of the renderer function is set as the innerHTML of the cell.","type":"String","fullName":"zg-column-renderer","demoLink":"https://app.zingsoft.com/demos/create/K23DK1S3","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"renderer-template","description":"Points to an external template element to be used as the template for the column's renderer","type":"String","fullName":"zg-column-rendererTemplate","demoLink":"https://app.zingsoft.com/demos/create/XFAAAWV8","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"myTemplateId\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"required","description":"Indicates that the column is required to have a value on edit","type":"Boolean","fullName":"zg-column-required","demoLink":"https://app.zingsoft.com/demos/create/XUPF06BF","default":"{\"type\":\"\",\"bReflectToAttribute\":true,\"mapping\":\"bRequired\"}","acceptedValues":["Boolean"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"resizable","description":"Turns on column resizing for single column. Set to `disabled` to turn off resizing on a single column.","type":"String","fullName":"zg-column-resizable","demoLink":"https://app.zingsoft.com/demos/create/0JT243X2","default":"\"\"","acceptedValues":["<Enum>"],"displayValues":["\"disabled\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"resizable-max-width","description":"Sets the maximum width the column can be set to when resizing","type":"Number","fullName":"zg-column-resizableMaxWidth","demoLink":"https://app.zingsoft.com/demos/create/NAAVS052","default":"n/a","acceptedValues":["Number"],"displayValues":["150"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"resizable-min-width","description":"Sets the minimum width the column can be set to when resizing","type":"Number","fullName":"zg-column-resizableMinWidth","demoLink":"https://app.zingsoft.com/demos/create/QL1FNFJA","default":"n/a","acceptedValues":["Number"],"displayValues":["150"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"resizablePersistent","description":"Modifies the default column resizable persistence. Set to `disabled` to turn off persistence on a single column.","type":"Boolean","fullName":"zg-column-resizablePersistent","demoLink":"","default":"","acceptedValues":"","displayValues":"","values":[],"category":"Attribute","tsType":"","internalDocs":""},{"name":"search","description":"Turns off the search on a column if `search` is present on `<zing-grid>`","type":"String","fullName":"zg-column-search","demoLink":"https://app.zingsoft.com/demos/create/CLWPU7EF","default":"\"\"","acceptedValues":["Enum"],"displayValues":["\"disabled\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"separator","description":"If multiple indices are set, this is the string that separates them in the display. By default, it is a comma.","type":"String","fullName":"zg-column-separator","demoLink":"https://app.zingsoft.com/demos/create/CPPYOYHM","default":"\",\"","acceptedValues":["<string>"],"displayValues":["\"-\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"sort","description":"Turns off the sort on a column if `sort` is present on `<zing-grid>`","type":"String","fullName":"zg-column-sort","demoLink":"http://app.zingsoft.com/demos/create/P8AYYNEK","default":"\"\"","acceptedValues":["Enum"],"displayValues":["\"disabled\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"sort-asc","description":"Presence of attribute sorts the column data in ascending order","type":"Boolean","fullName":"zg-column-sortAsc","demoLink":"https://app.zingsoft.com/demos/create/7YFFO3N2","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"sort-desc","description":"Presence of attribute sorts the column data in descending order","type":"Boolean","fullName":"zg-column-sortDesc","demoLink":"https://app.zingsoft.com/demos/create/7YFFO3N2","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"sort-intl","description":"Overrides default behavior for setting special sort for international data","type":"String","fullName":"zg-column-sortIntl","demoLink":"https://app.zingsoft.com/demos/create/420MNZQE","default":"\"\"","acceptedValues":["Enum"],"displayValues":["\"disabled\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"sorter","description":"Overrides the default sorter for the column. It is also possible to override the column sorting by\npassing in method name of sort function instead or setting to `disabled` to disable sorting. Sorter function\ntakes in two values (a, b) and returns 1, -1, or 0 indicating if `a > b`, `a < b`, or `a = b`.\nCan also be set to a path in the dataset to perform the sort on. This is useful for sorting object indices.","type":"String","fullName":"zg-column-sorter","demoLink":"https://app.zingsoft.com/demos/create/AWR08X5U","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"type","description":"The type of the data stored in the column. The column renderer/editor will behave based on the column type.","type":"String","fullName":"zg-column-type","demoLink":"https://app.zingsoft.com/demos/create/X5U3C30T","default":"\"\"","acceptedValues":["boolean","button","checkbox","color","currency","custom","date","duplicate","editor","element","email","icon","image","iframe","number","password","percentage","radio","range","remover","row-number","select","selector","tel","text","toggle","url"],"displayValues":["\"boolean\"","\"button\"","\"currency\"","\"custom\"","\"date\"","\"duplicate\"","\"editor\"","\"element\"","\"email\"","\"icon\"","\"image\"","\"iframe\"","\"number\"","\"password\"","\"range\"","\"remover\"","\"row-number\"","\"select\"","\"selector\"","\"tel\"","\"text\"","\"toggle\"","\"url\""],"values":[{"name":"boolean","parent":"type","description":"Will render a true|false string value and the editor will use an input field with `type=\"checkbox\"`","demoLink":"https://app.zingsoft.com/demos/create/WVMQ2TLY","relatedAttributes":["\"type-button-disabled\" "," \"type-button-handler\" "," \"type-button-icon\" "," \"type-button-label\" "," \"type-button-url\""],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-boolean","category":"Attribute Value"},{"name":"button","parent":"type","description":"Will render a button and the editor is disabled","demoLink":"https://app.zingsoft.com/demos/create/WON8GGGE","relatedAttributes":["\"type-checkbox-label\""],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-button","category":"Attribute Value"},{"name":"checkbox","parent":"type","description":"Will render a checkbox that can be toggled","demoLink":"https://app.zingsoft.com/demos/create/NP9MOB3X","relatedAttributes":["\"type-color-mode\" "," \"type-color-preview\""],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-checkbox","category":"Attribute Value"},{"name":"color","parent":"type","description":"Will render a preview of the color and display a color picker when editing the cell","demoLink":"https://app.zingsoft.com/demos/create/NP9MOB3X","relatedAttributes":["type-currency"],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-color","category":"Attribute Value"},{"name":"currency","parent":"type","description":"Will render the currency symbol in front of the number and the editor will use an input field with `type=\"number\"`","demoLink":"https://app.zingsoft.com/demos/create/4OED8YTD","relatedAttributes":["type-date-format"],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-currency","category":"Attribute Value"},{"name":"custom","parent":"type","description":"Will slot in column content and allow referencing data via `[[index.key]]` or `[[record.key]]`, and the editor will\nuse an input field with `type=\"text\"`","demoLink":"https://app.zingsoft.com/demos/create/P28LLZB3","relatedAttributes":["\"type-element-attribute-name\" "," \"type-element-tag-name\""],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-custom","category":"Attribute Value"},{"name":"date","parent":"type","description":"Will render the date as a string value and the editor will use an input field with `type=\"date\"` expecting (dd/mm/yyyy) dates","demoLink":"https://app.zingsoft.com/demos/create/GAD4MV77","relatedAttributes":["type-image-alt "," type-image-mask "," type-content-width"],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-date","category":"Attribute Value"},{"name":"duplicate","parent":"type","description":"A render only field to display an icon to duplicate the record on click.","demoLink":"https://app.zingsoft.com/demos/create/GL8UZ46G","relatedAttributes":["type-iframe-ratio "," width "," type-content-width"],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-duplicate","category":"Attribute Value"},{"name":"editor","parent":"type","description":"A render only field to display an icon to edit the record on click","demoLink":"https://app.zingsoft.com/demos/create/10160WKK","relatedAttributes":["type-radio-options"],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-editor","category":"Attribute Value"},{"name":"element","parent":"type","description":"Will wrap cell content with value specified in `[type-element-tag-name]` with the attribute specified in `[type-element-attribute-name]`","demoLink":"https://app.zingsoft.com/demos/create/4NJN81PT","relatedAttributes":["type-range-min "," type-range-max "," type-range-step"],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-element","category":"Attribute Value"},{"name":"email","parent":"type","description":"Will render a string value and the editor will use an input field with `type=\"email\"`","demoLink":"https://app.zingsoft.com/demos/create/TIFDQ7IR","relatedAttributes":["type-select-options "," type-select-multiple"],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-email","category":"Attribute Value"},{"name":"icon","parent":"type","description":"A render only field to set icon to convert the cell data into a built-in grid `<zg-icon name=\"\">` element. \nBy default, the value must match the name of a native grid icon or the name of a custom icon. Editing will use an input field with `type=\"text\"`.","demoLink":"https://app.zingsoft.com/demos/create/E1DSLU0F","relatedAttributes":["type-toggle-options"],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-icon","category":"Attribute Value"},{"name":"image","parent":"type","description":"Will render an `<img>` and the editor will use an input field with `type=\"text\"`.","demoLink":"https://app.zingsoft.com/demos/create/4UDK0NSQ","relatedAttributes":["type-url-icon "," type-url-text"],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-image","category":"Attribute Value"},{"name":"iframe","parent":"type","description":"A render only field to display an `<iframe>`. Editing will use an input field with `type=\"text\"`.","demoLink":"https://app.zingsoft.com/demos/create/34C2S6GH","relatedAttributes":[],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-iframe","category":"Attribute Value"},{"name":"number","parent":"type","description":"Will render a number as a thousand's separated string value and the editor will use an input field with `type=\"number\"`.","demoLink":"https://app.zingsoft.com/demos/create/GYTT7C5T","relatedAttributes":[],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-number","category":"Attribute Value"},{"name":"password","parent":"type","description":"Will render a hidden string value and the editor will use an input field with `type=\"password\"`.","demoLink":"https://app.zingsoft.com/demos/create/7JAJYANQ","relatedAttributes":[],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-password","category":"Attribute Value"},{"name":"percentage","parent":"type","description":"Will render a number as a percentage string value and the editor will use an input field with `type=\"number\"`.","demoLink":"https://app.zingsoft.com/demos/create/UGOV12S9","relatedAttributes":[],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-percentage","category":"Attribute Value"},{"name":"radio","parent":"type","description":"Will render selected option in cell and the editor will use an radio options specified in `typeRadioOptions`.","demoLink":"https://app.zingsoft.com/demos/create/41C9I817","relatedAttributes":[],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-radio","category":"Attribute Value"},{"name":"range","parent":"type","description":"Will render a number as a thousand's separated string value and the editor will use an input field with `type=\"number\"` with optional `min`, `max` and `step` fields defined on the input.","demoLink":"https://app.zingsoft.com/demos/create/NZ8M6C7F","relatedAttributes":[],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-range","category":"Attribute Value"},{"name":"remover","parent":"type","description":"A render only field to display an icon to remove the record on click.","demoLink":"https://app.zingsoft.com/demos/create/P4LOOU84","relatedAttributes":[],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-remover","category":"Attribute Value"},{"name":"row-number","parent":"type","description":"A render only field to display the current row index of this row.","demoLink":"https://app.zingsoft.com/demos/create/VHUXFZWI","relatedAttributes":[],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-row-number","category":"Attribute Value"},{"name":"select","parent":"type","description":"Will render a string value and the editor will use an input field with `type=\"select\"`.","demoLink":"https://app.zingsoft.com/demos/create/AKU9D36H","relatedAttributes":[],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-select","category":"Attribute Value"},{"name":"selector","parent":"type","description":"A render only field to display an checkbox to selector and remove the record on click.","demoLink":"https://app.zingsoft.com/demos/create/P4LOOU84","relatedAttributes":[],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-selector","category":"Attribute Value"},{"name":"tel","parent":"type","description":"Will render a string value and the editor will use an input field with `type=\"tel\"`.","demoLink":"https://app.zingsoft.com/demos/create/WE4LV399","relatedAttributes":[],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-tel","category":"Attribute Value"},{"name":"text","parent":"type","description":"(Default Type) Sets the column type to text.","demoLink":"https://app.zingsoft.com/demos/create/G4EHPS60","relatedAttributes":[],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-text","category":"Attribute Value"},{"name":"toggle","parent":"type","description":"N/A","demoLink":"https://app.zingsoft.com/demos/create/WCKUIDRK","relatedAttributes":[],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-toggle","category":"Attribute Value"},{"name":"url","parent":"type","description":"Will render the field to to display an `<a>` tag. The editor will use an input field with `type=\"text\"`.","demoLink":"https://app.zingsoft.com/demos/create/1SHDQ5JV","relatedAttributes":[],"displayValues":"","type":"","advancedFeature":"","group":"","tagName":"zg-column","fullName":"zg-column-type-url","category":"Attribute Value"}],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zg-column"},{"name":"type-button-disabled","description":"Presence of attribute sets the button to be in a disabled state. Can also set to \"true\" or \"false\".","type":"Boolean","fullName":"zg-column-typeButtonDisabled","demoLink":"https://app.zingsoft.com/demos/create/IX3EMQE5","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"type-button-handler","description":"When the column type is set to `button`, use `typeButtonHander` to hook up a function call to the button click.\nCallback receives rowData, zg-cell DOM, and zg-cell object as arguments.","type":"String","fullName":"zg-column-typeButtonHandler","demoLink":"https://app.zingsoft.com/demos/create/5KOTS7K4","default":"undefined","acceptedValues":["<string>"],"displayValues":["'buttonClick'"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"type-button-icon","description":"When the column type is set to `button`, use `typeButtonIcon` to add an icon next to the rendered button in the cell","type":"String","fullName":"zg-column-typeButtonIcon","demoLink":"https://app.zingsoft.com/demos/create/OZWC8PUN","default":"undefined","acceptedValues":["<string>"],"displayValues":["'checkmark'"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"type-button-label","description":"When the column type is set to `button`, use `typeButtonLabel` to add a label to the rendered button in the cell","type":"String","fullName":"zg-column-typeButtonLabel","demoLink":"https://app.zingsoft.com/demos/create/PW4V2ETW","default":"undefined","acceptedValues":["<string>"],"displayValues":["'Label'"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"type-button-url","description":"When the column type is set to `button`, use `typeButtonURL` to add a shortcut handler on button click. The click will automatically open the url in a new window.","type":"String","fullName":"zg-column-typeButtonUrl","demoLink":"https://app.zingsoft.com/demos/create/NDETJCG1","default":"undefined","acceptedValues":["<string>"],"displayValues":["'https://www.example.com/'"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"type-checkbox-label","description":"When the column type is set to `checkbox`, use `typeCheckboxLabel` to add a label next to the rendered checkbox in the cell","type":"String","fullName":"zg-column-typeCheckboxLabel","demoLink":"https://app.zingsoft.com/demos/create/NP9MOB3X","default":"undefined","acceptedValues":["<string>"],"displayValues":["'Label'"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"type-color-mode","description":"Sets the color mode to configure the color picker. Choose between HSL, RGBA, and the default Hex.","type":"String","fullName":"zg-column-typeColorMode","demoLink":"","default":"\"hex\"","acceptedValues":["<string>"],"displayValues":["\"color: #ff9900;\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"type-color-preview","description":"Disable the default color swatch UI preview with a false value.","type":"Boolean","fullName":"zg-column-typeColorPreview","demoLink":"","default":"true","acceptedValues":["<boolean>"],"displayValues":["\"\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zg-column"},{"name":"type-currency","description":"The currency to be used in currency