zinggrid
Version:
ZingGrid - A fully-featured, native, web-component, data table and grid for Javascript applications.
1 lines • 48.5 kB
JSON
[{"name":"align","description":"Aligns the contents of all column cells (center|left|right)","type":"String","fullName":"zing-grid-align","demoLink":"","default":"","acceptedValues":"","displayValues":"","values":[],"category":"Attribute","tsType":"","internalDocs":""},{"name":"button-tooltip-disabled","description":"Turns off the tooltips on all buttons in the grid","type":"Boolean","fullName":"zing-grid-buttonTooltipDisabled","demoLink":"https://app.zingsoft.com/demos/create/KBQ43E4K","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"caption","description":"The caption for the grid","type":"String","fullName":"zing-grid-caption","demoLink":"https://app.zingsoft.com/demos/create/O52C484H","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"My Caption\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"card","description":"Specifies the defined `<zg-card>` of the grid. More appropriate to use `<zg-card>` in most cases or set the property programmatically.","type":"Object","fullName":"zing-grid-card","demoLink":"https://app.zingsoft.com/demos/create/7FSHTJSA","default":"[]","acceptedValues":["<object>"],"displayValues":["{\"renderer-template\": \"renderTemplate\", \"editor-template\": \"editorTemplate\", \"renderer\": \"custom-renderer\", \"editor\": \"customEditor\"}"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"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.\nTo overwrite `cell-break` for cells in a specific column, set `cell-break` for that column.","type":"String","fullName":"zing-grid-cellBreak","demoLink":"https://app.zingsoft.com/demos/create/A46O96IK","default":"\"normal\"","acceptedValues":["Enum"],"displayValues":["\"all\"","\"ellipsis\"","\"normal\"","\"word\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"cell-class","description":"Adds a class to each `<zg-cell>` in the grid. This attribute can be applied to both\n`<zing-grid>` or `<zg-column>`. If the attribute is applied to both, `<zg-column>`'s `cell-class` overwrites `<zing-grid>`'s `cell-class`.\nTo set a class conditionally, set `cell-class` to the name of the function, which takes in the arguments: `cellData`, `domContainer`, `cellObject`.","type":"String","fullName":"zing-grid-cellClass","demoLink":"https://app.zingsoft.com/demos/create/7QHJW15H","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"userClassName\"","\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"cell-editor","description":"Turns cell editing on or off. Automatically turned on when setting `editor` or `editor-controls`.","type":"String | Boolean","fullName":"zing-grid-cellEditor","demoLink":"https://app.zingsoft.com/demos/create/RJ9FDW1F","default":"false","acceptedValues":["Enum"],"displayValues":["\"disabled\""],"values":[],"category":"Attribute","tsType":"Enum | Boolean","internalDocs":"","tagName":"zing-grid"},{"name":"cell-focus","description":"Turns off keyboard nav cell focus if set to disabled","type":"String","fullName":"zing-grid-cellFocus","demoLink":"https://app.zingsoft.com/demos/create/YHMJUU1B","default":"","acceptedValues":["Enum"],"displayValues":["\"disabled\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"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":"zing-grid-cellTooltipAction","demoLink":"https://app.zingsoft.com/demos/create/EFSY4YCV","default":"\"hover\"","acceptedValues":["Enum"],"displayValues":["\"click\"","\"hover\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"cell-tooltip-delay","description":"Sets the hover delay in milliseconds before displaying the tooltip. If delay is not specified,\nit is 1000ms on cell tooltips without an icon and 0ms on cell tooltips with an icon.","type":"Number","fullName":"zing-grid-cellTooltipDelay","demoLink":"https://app.zingsoft.com/demos/create/DFHNBLQH","default":"1000","acceptedValues":["Number"],"displayValues":["2000"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"cell-tooltip-icon","description":"Specifies the icon to use for the info column types","type":"String","fullName":"zing-grid-cellTooltipIcon","demoLink":"https://app.zingsoft.com/demos/create/P56L5RR9","default":"info","acceptedValues":["<string>"],"displayValues":["'checkmark'"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"cell-tooltip-position","description":"Sets the tooltip-position for the cell","type":"String","fullName":"zing-grid-cellTooltipPosition","demoLink":"https://app.zingsoft.com/demos/create/VI7LVJZV","default":"\"top\"","acceptedValues":["Enum"],"displayValues":["\"top\"","\"left\"","\"right\"","\"bottom\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"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":"zing-grid-cellTooltipRenderer","demoLink":"https://app.zingsoft.com/demos/create/L5VON3SE","default":"\"\"","acceptedValues":["String"],"displayValues":["\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"cell-tooltip-template","description":"Points to an external template element to be used as the template for the tooltip display","type":"String","fullName":"zing-grid-cellTooltipTemplate","demoLink":"https://app.zingsoft.com/demos/create/H0TL7Q4M","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"myTemplateId\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"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":"zing-grid-cellTooltipType","demoLink":"https://app.zingsoft.com/demos/create/70BE60YN","default":"default","acceptedValues":["Enum"],"displayValues":["\"default\"","\"system\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"col-class","description":"Adds a class to each `<zg-cell>` in targeted `<zg-column>`. To\napply a class conditionally, set the value to the name of the function to run\non each cell value. The function takes the parameters `fieldIndex`, `domContainer`,\nand `colObject`, and returns a string which is the class name to apply.","type":"String","fullName":"zing-grid-colClass","demoLink":"https://app.zingsoft.com/demos/create/5K4WJTVV","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"userClassName\"","\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"column-drag","description":"Enables column dragging","type":"String","fullName":"zing-grid-columnDrag","demoLink":"https://app.zingsoft.com/demos/create/ZJ3ZEZOQ","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"Boolean","internalDocs":"","tagName":"zing-grid"},{"name":"column-drag-action","description":"Specifies the action of dragging allowed. By default, if `column-drag` is\nenabled then `column-drag-action` is set `\"both\"`. This property will turn on column-drag if not already set.","type":"String","fullName":"zing-grid-columnDragAction","demoLink":"https://app.zingsoft.com/demos/create/I0Z4308I","default":"false","acceptedValues":["Enum"],"displayValues":["\"reorder\"","\"hide\"","\"both\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"column-resizable","description":"Presence of attribute turns on column resizing for all columns.\nThis excludes internal column types (), which requires setting ZGColumn[resizable] on the column.","type":"Boolean","fullName":"zing-grid-columnResizable","demoLink":"https://app.zingsoft.com/demos/create/6QN88PG9","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"column-resizable-max-width","description":"Sets the maximum width columns can be set to when resizing","type":"Number","fullName":"zing-grid-columnResizableMaxWidth","demoLink":"https://app.zingsoft.com/demos/create/2K5XRF7T","default":"n/a","acceptedValues":["Number"],"displayValues":["150"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"column-resizable-min-width","description":"Sets the minimum width columns can be set to when resizing","type":"Number","fullName":"zing-grid-columnResizableMinWidth","demoLink":"https://app.zingsoft.com/demos/create/X5AKZ5HL","default":"n/a","acceptedValues":["Number"],"displayValues":["150"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"column-resizable-persistent","description":"Presence of attribute displays column resizing for all columns without hover","type":"Boolean","fullName":"zing-grid-columnResizablePersistent","demoLink":"https://app.zingsoft.com/demos/create/ARYGKYST","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"column-width","description":"Sets the width each of the columns","type":"String | Number","fullName":"zing-grid-columnWidth","demoLink":"https://app.zingsoft.com/demos/create/HFAWU3EU","default":"fit","acceptedValues":["Enum","<string pixel value>"],"displayValues":["\"fit\"","\"fitheader\"","\"fitcontent\"","\"stretch\"","\"10%\"","\"150px\"","150"],"values":[],"category":"Attribute","tsType":"Enum | String | Number","internalDocs":"","tagName":"zing-grid"},{"name":"columns","description":"Specifies the columns of the grid. More appropriate to use `<zg-column>` in most cases or set the property programmatically.","type":"Object","fullName":"zing-grid-columns","demoLink":"https://app.zingsoft.com/demos/create/EU02P5CF","default":"[]","acceptedValues":["<object>"],"displayValues":["[{\"index\": \"firstName\"}, {\"index\": \"lastName\"}]"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"columns-control","description":"Presence of attribute turns on the menu to show and hide columns","type":"Boolean","fullName":"zing-grid-columnsControl","demoLink":"https://app.zingsoft.com/demos/create/0R0WHLV3","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"compact","description":"Augments internal themes to a compact mode","type":"Boolean","fullName":"zing-grid-compact","demoLink":"https://app.zingsoft.com/demos/create/XQU3BZA0","default":"N/A","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"config","description":"Used to set multiple grid properties at once. This should never be used directly.\nThis is meant for object instantiation.","type":"Object","fullName":"zing-grid-config","demoLink":"https://app.zingsoft.com/demos/create/DCO6DQ23","default":"{}","acceptedValues":["<object>"],"displayValues":["{\"search\": true,\"pager\":true,\"caption\": \"Actors/Actresses\",\"pageSize\": 5}"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"confirm-delete","description":"Turns off delete confirmation if set to disable","type":"String","fullName":"zing-grid-confirmDelete","demoLink":"https://app.zingsoft.com/demos/create/1P30R7BU","default":"true","acceptedValues":["Enum"],"displayValues":["\"disabled\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"context-menu","description":"Enables the default `<zing-grid>` context menu or set to the id name of a custom `<zg-menu>`. If\nset to a custom menu and `<zg-menu>` has the `replace` attribute present, then the custom menu will replace the context menu.\nOtherwise the contents of the custom menu is appended to the end of context menu.","type":"String | Boolean","fullName":"zing-grid-contextMenu","demoLink":"https://app.zingsoft.com/demos/create/XSUBCM96","default":"\"\"","acceptedValues":["N/A","<string>"],"displayValues":["N/A","\"myCustomMenu\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"creator","description":"Sets the create editor to modal (default) or inline.","type":"String","fullName":"zing-grid-creator","demoLink":"https://app.zingsoft.com/demos/create/ZUH4NYL0","default":"false","acceptedValues":["<string>"],"displayValues":["\"inline\""],"values":[],"category":"Attribute","tsType":"Enum | Boolean","internalDocs":"","tagName":"zing-grid"},{"name":"data","description":"Data for the grid presented as an array or object","type":"Object","fullName":"zing-grid-data","demoLink":"https://app.zingsoft.com/demos/create/EV3X7J4E","default":"\"\"","acceptedValues":["<object>"],"displayValues":["[{\"firstName\": \"John\", \"lastName\": \"Doe\"}]"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"default-display","description":"The data to display in each cell where the data value is null or undefined","type":"String","fullName":"zing-grid-defaultDisplay","demoLink":"https://app.zingsoft.com/demos/create/63IMORRK","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"N/A\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"dialog","description":"Sets `<zg-dialog>` to display dialog and mask within the grid dimensions instead of the whole screen","type":"Boolean","fullName":"zing-grid-dialog","demoLink":"https://app.zingsoft.com/demos/create/XINAL854","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"dir","description":"The HTML standard direction to indicate direction of grid's columns and text","type":"String","fullName":"zing-grid-dir","demoLink":"https://app.zingsoft.com/demos/create/LKG20E1U","default":"\"ltr\"","acceptedValues":["<string>"],"displayValues":["\"ltr\"","\"rtl\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"editor","description":"Turns on the grid editor. Enables single cell editing via double click.\nSets the editor to inline (default) or modal.","type":"String | Boolean","fullName":"zing-grid-editor","demoLink":"https://app.zingsoft.com/demos/create/3C61DMKN","default":"false","acceptedValues":["<string>"],"displayValues":["\"modal\""],"values":[],"category":"Attribute","tsType":"Enum | Boolean","internalDocs":"","tagName":"zing-grid"},{"name":"editor-controls","description":"Adds columns for the editor controls. If it is added, default is \"all\".","type":"String | Boolean","fullName":"zing-grid-editorControls","demoLink":"https://app.zingsoft.com/demos/create/L3U440X5","default":"false","acceptedValues":["Enum"],"displayValues":["\"editor\"","\"remover\"","\"creator\"","\"all\""],"values":[],"category":"Attribute","tsType":"Enum | Boolean","internalDocs":"","tagName":"zing-grid"},{"name":"filter","description":"Enables filtering for all columns. Can be turned on/off individually via column.","type":"Boolean","fullName":"zing-grid-filter","demoLink":"https://app.zingsoft.com/demos/create/4HCRN4FI","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"foot-class","description":"Adds a class to each `<zg-cell>` in the `<zg-foot>`. To\napply a class conditionally, set the value to the name of the function to run \non each cell value. The function takes the parameters `fieldIndex`, `domContainer`,\nand `colObject`, and returns a string which is the class name to apply.","type":"String","fullName":"zing-grid-footClass","demoLink":"https://app.zingsoft.com/demos/create/4RSYZH9X","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"userClassName\"","\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"frozen-columns-left","description":"Sets the number of columns to freeze to the left","type":"Number","fullName":"zing-grid-frozenColumnsLeft","demoLink":"https://app.zingsoft.com/demos/create/ERBCTU9W","default":"0","acceptedValues":["Number"],"displayValues":["1"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"frozen-columns-right","description":"Sets the number of columns to freeze to the right","type":"Number","fullName":"zing-grid-frozenColumnsRight","demoLink":"https://app.zingsoft.com/demos/create/SHSGTE6C","default":"0","acceptedValues":["Number"],"displayValues":["1"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"frozen-row-class","description":"Adds a class to each `<zg-row>` element. To\napply a class conditionally, set the value to the name of the function to run\non each cell value. The function takes the parameters `data`, `rowIndex` (1-based),\n `domRow`, and `rowObject`, `rowParent`, and returns a string which is the class name to apply.","type":"String","fullName":"zing-grid-frozenRowClass","demoLink":"https://app.zingsoft.com/demos/create/8HIA1NX8","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"userClassName\"","\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"frozen-rows-bottom","description":"Sets the number of rows to freeze to the bottom","type":"Number","fullName":"zing-grid-frozenRowsBottom","demoLink":"https://app.zingsoft.com/demos/create/YK9OTK0N","default":"0","acceptedValues":["Number"],"displayValues":["1"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"frozen-rows-top","description":"Sets the number of rows to freeze to the top","type":"Number","fullName":"zing-grid-frozenRowsTop","demoLink":"https://app.zingsoft.com/demos/create/YYZBW5QJ","default":"0","acceptedValues":["Number"],"displayValues":["1"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"gridlines","description":"Sets vertical, horizontal or both grid lines to the grid","type":"String","fullName":"zing-grid-gridlines","demoLink":"https://app.zingsoft.com/demos/create/9XDBFP79","default":"","acceptedValues":["Enum"],"displayValues":["\"both\"","\"horz\"","\"horizontal\"","\"vert\"","\"vertical\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"head-class","description":"Adds a class to each `<zg-cell>` in the `<zg-head>`. To\napply a class conditionally, set the value to the name of the function to run \non each cell value. The function takes the parameters `fieldIndex`, `domContainer`,\nand `colObject`, and returns a string which is the class name to apply.","type":"String","fullName":"zing-grid-headClass","demoLink":"https://app.zingsoft.com/demos/create/3X5995IT","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"userClassName\"","\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"header-auto-format","description":"Converts camel, dash, and kebab case to properly spaced and capitalized typography.\nSetting to `disabled` will turn off formatting on headers. Set to a function name to customize formatting of headers.","type":"String","fullName":"zing-grid-headerAutoFormat","demoLink":"https://app.zingsoft.com/demos/create/DXI75TPI","default":"\"\"","acceptedValues":["N/A"],"displayValues":["\"disabled\"","\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"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":"zing-grid-headerTooltipAction","demoLink":"https://app.zingsoft.com/demos/create/H30XQPVF","default":"\"hover\"","acceptedValues":["Enum"],"displayValues":["\"click\"","\"hover\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"header-tooltip-delay","description":"Sets the hover delay in milliseconds before displaying the header tooltip","type":"Number","fullName":"zing-grid-headerTooltipDelay","demoLink":"https://app.zingsoft.com/demos/create/GJS825NR","default":"0","acceptedValues":["Number"],"displayValues":["2000"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"header-tooltip-icon","description":"Specifies the icon to use for the header tooltip trigger icon","type":"String","fullName":"zing-grid-headerTooltipIcon","demoLink":"https://app.zingsoft.com/demos/create/XTERMUKW","default":"info","acceptedValues":["<string>"],"displayValues":["'checkmark'"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"header-tooltip-icon-position","description":"Sets the tooltip icon position for the tooltip icon in the header cells","type":"String","fullName":"zing-grid-headerTooltipIconPosition","demoLink":"https://app.zingsoft.com/demos/create/USHB9WFZ","default":"\"right\"","acceptedValues":["Enum"],"displayValues":["\"left\"","\"right\"","\"after-text\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"header-tooltip-position","description":"Sets the tooltip-position for the header cell","type":"String","fullName":"zing-grid-headerTooltipPosition","demoLink":"https://app.zingsoft.com/demos/create/BKMIOSJI","default":"\"top\"","acceptedValues":["Enum"],"displayValues":["\"top\"","\"left\"","\"right\"","\"bottom\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"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":"zing-grid-headerTooltipRenderer","demoLink":"https://app.zingsoft.com/demos/create/Q5DYAB0L","default":"\"\"","acceptedValues":["String"],"displayValues":["\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"header-tooltip-template","description":"Points to an external template element to be used as the template for the tooltip display","type":"String","fullName":"zing-grid-headerTooltipTemplate","demoLink":"https://app.zingsoft.com/demos/create/0MGML3OF","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"myTemplateId\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"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":"zing-grid-headerTooltipTrigger","demoLink":"https://app.zingsoft.com/demos/create/I1VOMDTH","default":"text","acceptedValues":["Enum"],"displayValues":["\"text\"","\"icon\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"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":"zing-grid-headerTooltipType","demoLink":"https://app.zingsoft.com/demos/create/O3AQ5MJM","default":"default","acceptedValues":["Enum"],"displayValues":["\"default\"","\"system\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"height","description":"Sets the height of the grid. If the height is less than the size of the content, scrolling is added\nto grid body.","type":"String | Number","fullName":"zing-grid-height","demoLink":"https://app.zingsoft.com/demos/create/NG2O8JB3","default":"inherit","acceptedValues":["<string pixel value>"],"displayValues":["\"500px\"","\"500\"","500"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"icon-set","description":"Allows the user to change the grid icon set to an allowed 3rd-party type (e.g., Font-Awesome).\nTo use a custom icon set, the icon set must first be registered.","type":"String","fullName":"zing-grid-iconSet","demoLink":"https://app.zingsoft.com/demos/create/ICU6CTB5","default":"undefined","acceptedValues":["<string>"],"displayValues":["\"fa\"","\"fontawesome\"","\"font-awesome\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"icon-set-data","description":"If setting [icon-set=\"custom\"], points to the custom JSON key/value mapping","type":"String","fullName":"zing-grid-iconSetData","demoLink":"","default":"undefined","acceptedValues":["<string>"],"displayValues":["\"myIconObj\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"lang","description":"Sets the language to use for the grid","type":"String","fullName":"zing-grid-lang","demoLink":"https://app.zingsoft.com/demos/create/ZBX1CFXE","default":"\"en\"","acceptedValues":["<string>"],"displayValues":["\"en\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"layout","description":"Sets the grid layout to be either `card` or `row` and adds `<zg-layout-controls>` to the grid.\nThe default is based on the size of the user's screen, unless `layout` is set.","type":"String","fullName":"zing-grid-layout","demoLink":"https://app.zingsoft.com/demos/create/UK168REV","default":"\"\"","acceptedValues":["Enum"],"displayValues":["\"card\"","\"row\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"layout-controls","description":"When `layout` is set, by default `layout-controls` is enabled.\nTo hide, set `layout-controls` to `disabled`. Presence of this attribute will enable\n`<zg-layout-controls>` even if `layout` is not set.","type":"String | Boolean","fullName":"zing-grid-layoutControls","demoLink":"https://app.zingsoft.com/demos/create/ZOISX39K","default":"\"\"","acceptedValues":["Enum"],"displayValues":["\"disabled\""],"values":[],"category":"Attribute","tsType":"Enum | Boolean","internalDocs":"","tagName":"zing-grid"},{"name":"loading","description":"Presence of attribute adds loading state to grid, which triggers `<zg-load-mask>` to show.\nThis attribute allows styling the height of the grid (via CSS) before the data has loaded in the grid.","type":"Boolean","fullName":"zing-grid-loading","demoLink":"https://app.zingsoft.com/demos/create/ZF838GXO","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"loading-text","description":"Sets the text to display in the `<zg-load-mask>` on data load","type":"String","fullName":"zing-grid-loadingText","demoLink":"https://app.zingsoft.com/demos/create/VC607IV8","default":"\"loading...\"","acceptedValues":["<string>"],"displayValues":["\"ZingGrid is Loading\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"loadmask","description":"Set `loadmask=\"disabled\"` to prevent the `<zg-load-mask>` from showing on data load.","type":"String","fullName":"zing-grid-loadmask","demoLink":"https://app.zingsoft.com/demos/create/7SW1PDDR","default":"\"\"","acceptedValues":["Enum"],"displayValues":["\"disabled\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"nested-data-separator","description":"Indicates separator that should be used for nested headers and data paths. By default, the '.' is used: 'fullName.first'\nSetting to `disabled` will turn off parsing for nested headers and will not look at pathing for data","type":"String","fullName":"zing-grid-nestedDataSeparator","demoLink":"https://app.zingsoft.com/demos/create/OR8CFKQB","default":"\".\"","acceptedValues":["N/A"],"displayValues":["\"/\"","\"disabled\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"no-data","description":"Sets the message that appears in the `<zg-no-data>` element when there are no records","type":"String","fullName":"zing-grid-noData","demoLink":"https://app.zingsoft.com/demos/create/J4VZX23V","default":"\"There are no records to display.\"","acceptedValues":["<string>"],"displayValues":["\"No Records\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"page-size","description":"Sets the number of records or rows to display per page. Can be set only if `pager` is set.","type":"Number","fullName":"zing-grid-pageSize","demoLink":"https://app.zingsoft.com/demos/create/81Z219UH","default":"50","acceptedValues":["<number>"],"displayValues":["10"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"page-size-card","description":"Sets the number of cards to display per page when in card mode. Can be set only if `pager` is set.","type":"Number","fullName":"zing-grid-pageSizeCard","demoLink":"https://app.zingsoft.com/demos/create/PX40SN3K","default":"page-size value","acceptedValues":["<number>"],"displayValues":["10"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"page-size-options","description":"Sets the options for page size in `zg-option-list`. Can be set only if `pager` is set.","type":"String","fullName":"zing-grid-pageSizeOptions","demoLink":"https://app.zingsoft.com/demos/create/3X4H4PE4","default":"\"5,10,50\"","acceptedValues":["<string separated number list>"],"displayValues":["\"15,20,35\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"page-size-row","description":"Sets the number of rows to display per page when in row mode. Can be set only if `pager` is set.","type":"Number","fullName":"zing-grid-pageSizeRow","demoLink":"https://app.zingsoft.com/demos/create/W4XKN314","default":"page-size value","acceptedValues":["<number>"],"displayValues":["10"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"pager","description":"Adds pagination functionality and controls to the grid","type":"Boolean","fullName":"zing-grid-pager","demoLink":"https://app.zingsoft.com/demos/create/LWCB9C12","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"pager-button-limit","description":"Determines max number of page buttons to display. Default is 5.","type":"Number","fullName":"zing-grid-pagerButtonLimit","demoLink":"https://app.zingsoft.com/demos/create/4RGO3XLK","default":"5","acceptedValues":["Number"],"displayValues":["3"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"pager-position","description":"Sets pager position. Note: `pager` attribute or `<zg-pager>` must be present in\norder to position pager.","type":"String","fullName":"zing-grid-pagerPosition","demoLink":"https://app.zingsoft.com/demos/create/NZGKTMFN","default":"\"bottom\"","acceptedValues":["Enum"],"displayValues":["\"top\"","\"bottom\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"pager-type","description":"Determines which type of pagination to use, input or buttons","type":"String","fullName":"zing-grid-pagerType","demoLink":"https://app.zingsoft.com/demos/create/5EXGD7U7","default":"''","acceptedValues":["Enum"],"displayValues":["\"button-text\"","\"button-arrows\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"params","description":"Name/Value pairs of `<zg-param>` values. More appropriate to use `<zg-param>` in most cases.","type":"Object","fullName":"zing-grid-params","demoLink":"https://app.zingsoft.com/demos/create/CX509ALI","default":"{}","acceptedValues":["<object>"],"displayValues":["{\"idKey\": \"id\", \"sortByKey\": \"_sort\", \"sortBy\": \"capital\"}"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"preserve-state-id","description":"The ID to use as the key in storing the state. Each grid should have a unique ID or else the state data \nwill be shared across grids.","type":"String","fullName":"zing-grid-preserveStateId","demoLink":"https://app.zingsoft.com/demos/create/760HIL9C","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"zg-client-grid\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"preserve-state-load","description":"The method to call when state is ready to be retrieved. Must also set preserveStateSave and preserveStateId","type":"String","fullName":"zing-grid-preserveStateLoad","demoLink":"https://app.zingsoft.com/demos/create/RQVTBRWY","default":"\"n/a\"","acceptedValues":["<string>"],"displayValues":["\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"preserve-state-options","description":"Comma separated list of features to save in state preservation. \nOptions are 'columnfrozen', 'columnposition', 'columnvisibility', 'columnwidth', 'filter', 'layout', 'page', 'pagesize', 'rowfrozen', 'rowselector', 'search', 'selector', 'sort'\nNOTE: If columnfrozen is set, then columnposition will implicitly be set as well","type":"String","fullName":"zing-grid-preserveStateOptions","demoLink":"https://app.zingsoft.com/demos/create/R372W0RN","default":"\"all\"","acceptedValues":["<string>"],"displayValues":["\"sort, filter, search\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"preserve-state-save","description":"The method to call when state is ready to be saved. Must also set preserveStateLoad and preserveStateId.","type":"String","fullName":"zing-grid-preserveStateSave","demoLink":"https://app.zingsoft.com/demos/create/RQVTBRWY","default":"\"n/a\"","acceptedValues":["<string>"],"displayValues":["\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"record-count","description":"Sets the total record count. Useful for `loadByPage` when the response packet\ndoes not return total count of records.","type":"Number","fullName":"zing-grid-recordCount","demoLink":"https://app.zingsoft.com/demos/create/QHPET8QF","default":"\"\"","acceptedValues":["<number>"],"displayValues":["1000"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"record-duplicate","description":"Adds the duplicate control to the end of the row before the edit controls","type":"Boolean","fullName":"zing-grid-recordDuplicate","demoLink":"https://app.zingsoft.com/demos/create/2J2B950P","default":"false","acceptedValues":["<boolean>"],"displayValues":["n/a"],"values":[],"category":"Attribute","tsType":"Boolean","internalDocs":"","tagName":"zing-grid"},{"name":"record-key","description":"Adds the record key column to the grid. If set to a string, the string is the header text.","type":"Boolean | String","fullName":"zing-grid-recordKey","demoLink":"https://app.zingsoft.com/demos/create/JOW2SKTW","default":"false","acceptedValues":["<string>"],"displayValues":["\"Name\""],"values":[],"category":"Attribute","tsType":"String | Boolean","internalDocs":"","tagName":"zing-grid"},{"name":"row-class","description":"Adds a class to each `<zg-row>` element. To\napply a class conditionally, set the value to the name of the function to run\non each cell value. The function takes the parameters `data`, `rowIndex` (1-based),\n `domRow`, and `rowObject`, `rowParent`, `bodyRowIndex` (1 based), and returns a string which is the class name to apply.","type":"String","fullName":"zing-grid-rowClass","demoLink":"https://app.zingsoft.com/demos/create/YEF6YEV8","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"userClassName\"","\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"row-height","description":"Sets the height of each body row. By default, the body row height is set to 'auto' where it will auto fit the content.\nIn the case of frozen columns, the default body row height is '48px' because there is a performance hit when using 'auto' with\nfrozen columns.","type":"String | Number","fullName":"zing-grid-rowHeight","demoLink":"https://app.zingsoft.com/demos/create/0ABNLHKV","default":"\"auto\"","acceptedValues":["<string>","<number>"],"displayValues":["\"auto\"","\"48px\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"row-selector","description":"Adds `selector` type column to the rows as the first column","type":"Boolean","fullName":"zing-grid-rowSelector","demoLink":"https://app.zingsoft.com/demos/create/OW6D6ADD","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"search","description":"Turns on the search feature and adds `<zg-search>` to the grid.\nThe search button appears in the caption header.","type":"Boolean","fullName":"zing-grid-search","demoLink":"https://app.zingsoft.com/demos/create/JTKMYN3V","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"selector","description":"Turns on the selector feature on the grid and adds\n`<zg-selector-mask>` to the grid","type":"Boolean","fullName":"zing-grid-selector","demoLink":"https://app.zingsoft.com/demos/create/W591I8MY","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"server-rendered","description":"Indicates that the grid was completely rendered on the server and embedded in the page","type":"Boolean","fullName":"zing-grid-serverRendered","demoLink":"http://app.zingsoft.com/demos/create/CLJKANYJ","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"sort","description":"Enables sorting on all columns. It is possible to disable specific columns\nvia the column's object or setting `sort=\"disabled\"` to specified columns.","type":"Boolean","fullName":"zing-grid-sort","demoLink":"https://app.zingsoft.com/demos/create/0LV2QHO9","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"sort-intl","description":"Overrides default behavior for international sorting. Turn off international sorting with `sort-intl=\"disabled\"`.","type":"String","fullName":"zing-grid-sortIntl","demoLink":"https://app.zingsoft.com/demos/create/15S1N2OD","default":"\"\"","acceptedValues":["Enum"],"displayValues":["\"disabled\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"sorter","description":"Override the column sorting by passing in method name of sort function instead. Sorter function\ntakes in two values (a, b) and returns 1, -1, or 0 indicating if `a > b`, `a < b`, or `a = b`.","type":"String","fullName":"zing-grid-sorter","demoLink":"https://app.zingsoft.com/demos/create/7UT0EEI4","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"functionName\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"source","description":"Defines the source of the data in the grid. Adds the `<zg-source>` element.","type":"String","fullName":"zing-grid-source","demoLink":"https://app.zingsoft.com/demos/create/GEEBIRSG","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"Source: Wikipedia\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"src","description":"Specifies the absolute or relative URL to fetch data from to populate the grid","type":"String","fullName":"zing-grid-src","demoLink":"https://app.zingsoft.com/demos/create/P607ZSA3","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"https://url-to-your-api\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"static-menu","description":"Adds a display button that launches the contextmenu. If\nset to a custom menu and `<zg-menu>` has the `replace` attribute present, then the custom menu will replace the context menu.\nOtherwise the contents of the custom menu is appended to the end of context menu.","type":"Boolean","fullName":"zing-grid-staticMenu","demoLink":"https://app.zingsoft.com/demos/create/M8C1YMB8","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"status-delay","description":"Changes the duration a status message will remain visible until it automatically closes (in milliseconds)","type":"Number","fullName":"zing-grid-statusDelay","demoLink":"https://app.zingsoft.com/demos/create/ZFMD4YHD","default":"\"3000\"","acceptedValues":["Any number (in milliseconds)"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"status-persist","description":"Prevents status messages from automatically closing after a delay","type":"Boolean","fullName":"zing-grid-statusPersist","demoLink":"https://app.zingsoft.com/demos/create/4D5FTJBG","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"status-position","description":"Positions the status message in one of nine positions relative to the grid","type":"String","fullName":"zing-grid-statusPosition","demoLink":"https://app.zingsoft.com/demos/create/KRKIHPFC","default":"\"top right\"","acceptedValues":["Enum"],"displayValues":["\"top left\"","\"center left\"","\"bottom left\"","\"top center\"","\"center\"","\"bottom center\"","\"top right\"","\"center right\"","\"bottom right\"","\"bar\""],"values":[],"category":"Attribute","tsType":"Enum","internalDocs":"","tagName":"zing-grid"},{"name":"template-end-delimiter","description":"Defines the regex expression for closing data binding","type":"String","fullName":"zing-grid-templateEndDelimiter","demoLink":"https://app.zingsoft.com/demos/create/DRUZJ8JY","default":"\"]]\"","acceptedValues":["<string>"],"displayValues":["\"}}\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"template-start-delimiter","description":"Defines the regex expression for starting data binding","type":"String","fullName":"zing-grid-templateStartDelimiter","demoLink":"https://app.zingsoft.com/demos/create/DRUZJ8JY","default":"\"[[\"","acceptedValues":["<string>"],"displayValues":["\"{{\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"theme","description":"Sets the theme of the grid. Built-in themes are specified by keyword, but custom theme\nnames are also accepted by setting a URL path to your custom css theme file. For custom themes, on load set `theme`\nto the path to the custom theme file. After, set to theme name to switch themes.","type":"String","fullName":"zing-grid-theme","demoLink":"https://app.zingsoft.com/demos/create/UAP0KFF1","default":"\"default\"","acceptedValues":["Enum"],"displayValues":["\"android\"","\"black\"","\"default\"","\"dark\"","\"ios\"","\"urlToThemeFile\"","\"customThemeName\""],"values":[],"category":"Attribute","tsType":"Enum | String","internalDocs":"","tagName":"zing-grid"},{"name":"validation-error-message","description":"Sets the default validation error message","type":"String","fullName":"zing-grid-validationErrorMessage","demoLink":"https://app.zingsoft.com/demos/create/Q5IXSMBQ","default":"\"Validation Failed\"","acceptedValues":["<string>"],"displayValues":["\"Please provide valid input.\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"validation-required-message","description":"Sets the default validation required message","type":"String","fullName":"zing-grid-validationRequiredMessage","demoLink":"https://app.zingsoft.com/demos/create/WDVQXHYG","default":"\"Field Required\"","acceptedValues":["<string>"],"displayValues":["\"Please provide valid input.\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"viewport","description":"Internal attribute. Should not be set.","type":"String","fullName":"zing-grid-viewport","demoLink":"","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"viewport-pause","description":"Keeps current value of `viewport` and freezes the breakpoint","type":"Boolean","fullName":"zing-grid-viewportPause","demoLink":"https://app.zingsoft.com/demos/create/JQPB9V1U","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"viewport-stop","description":"Removes `viewport` attribute, disabling viewport resizing","type":"Boolean","fullName":"zing-grid-viewportStop","demoLink":"https://app.zingsoft.com/dmos/create/1IO1C18N","default":"\"\"","acceptedValues":["N/A"],"displayValues":["N/A"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"viewport-types","description":"Sets custom `viewport` breakpoints (value string-object must be valid JSON).\nNOTE: If you don't set `mobile`, the grid won't auto-set card or row mode.","type":"String","fullName":"zing-grid-viewportTypes","demoLink":"https://app.zingsoft.com/demos/create/HABTF2ID","default":"false","acceptedValues":["<string>"],"displayValues":["{ mobile: 500, test: 600, desktop: 800 }"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"width","description":"Sets the width of the grid. If the width is less than the size of the content, scroll is added to `<zg-body>`.","type":"String | Number","fullName":"zing-grid-width","demoLink":"https://app.zingsoft.com/demos/create/MIYZG4F2","default":"inherit","acceptedValues":["<string length value>"],"displayValues":["\"500\"","\"500px\"","\"5em\"","\"5%\"","\"50vw\"","500"],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"},{"name":"zebra","description":"Presence of attribute adds the classes, `zebra-1` and `zebra-2`, alternating on `<zg-row>` elements. Setting to a\nlist of class names will assign classes in sequential order. For conditional zebra classes, `zebra` also accepts name of function that\nreturns a class name to use for zebra striping.","type":"String","fullName":"zing-grid-zebra","demoLink":"https://app.zingsoft.com/demos/create/QXWXL4WD","default":"\"\"","acceptedValues":["<string>"],"displayValues":["\"userCustomStyle\""],"values":[],"category":"Attribute","tsType":"","internalDocs":"","tagName":"zing-grid"}]