zinggrid
Version:
ZingGrid - A fully-featured, native, web-component, data table and grid for Javascript applications.
1 lines • 3.82 kB
JSON
[{"name":"cell","description":"Fetches the targeted cell.","type":null,"demoLink":"https://app.zingsoft.com/demos/create/9V1HEXS9","acceptedValues":[],"displayValues":["(3, 1)"],"params":[{"type":"Number","description":"The index of the row to fetch.","name":"rowContainerIndex"},{"type":"Number","description":"The index of the column fetch.","name":"columnContainerIndex"}],"returns":[{"type":"Object","description":"Cell object."}],"tagName":"zing-grid","fullName":"zing-grid-method-cell","category":"Method"},{"name":"getCellBreak","description":"Get the value of the `cell-break` attribute.","type":null,"demoLink":"https://app.zingsoft.com/demos/create/42WUY40K","acceptedValues":[],"displayValues":[],"params":[],"returns":[{"type":"String","description":"Value of the attribute."}],"tagName":"zing-grid","fullName":"zing-grid-method-getCellBreak","category":"Method"},{"name":"getCellClass","description":"Gets the value of the `cell-class` attribute","type":null,"demoLink":"https://app.zingsoft.com/demos/create/D8CBCK3M","acceptedValues":[],"displayValues":[],"params":[],"returns":[{"type":"String","description":"Value of the attribute"}],"tagName":"zing-grid","fullName":"zing-grid-method-getCellClass","category":"Method"},{"name":"getCells","description":"Fetches all cells","type":null,"demoLink":"https://app.zingsoft.com/demos/create/22GBE0CZ","acceptedValues":[],"displayValues":[],"params":[],"returns":[{"type":"Array","description":"Cell objects"}],"tagName":"zing-grid","fullName":"zing-grid-method-getCells","category":"Method"},{"name":"getColumnDrag","description":"Gets the value of the `column-drag` attribute","type":null,"demoLink":"https://app.zingsoft.com/demos/create/U12DZX8D","acceptedValues":[],"displayValues":[],"params":[],"returns":[{"type":"Boolean","description":"Value of the attribute"}],"tagName":"zing-grid","fullName":"zing-grid-method-getColumnDrag","category":"Method"},{"name":"getDefaultDisplay","description":"Gets the value of the `default-display` attribute","type":null,"demoLink":"https://app.zingsoft.com/demos/create/340BIUIA","acceptedValues":[],"displayValues":[],"params":[],"returns":[{"type":"String | Boolean","description":"Value of the attribute"}],"tagName":"zing-grid","fullName":"zing-grid-method-getDefaultDisplay","category":"Method"},{"name":"setCellBreak","description":"Sets the `cell-break` attribute","type":null,"demoLink":"https://app.zingsoft.com/demos/create/EGRW7XUA","acceptedValues":[],"displayValues":["\"all\"","\"ellipsis\"","\"word\""],"params":[{"type":"Enum","description":"Type of cell-break","name":"type"}],"returns":[{"type":"ZingGrid","description":"Returns the component so that you can chain methods together"}],"tagName":"zing-grid","fullName":"zing-grid-method-setCellBreak","category":"Method"},{"name":"setCellClass","description":"Sets the `cell-class` attribute","type":null,"demoLink":"https://app.zingsoft.com/demos/create/ED2M6MQ4","acceptedValues":[],"displayValues":["\"userClassName\"","\"functionName\""],"params":[{"type":"String","description":"Class name or function name","name":"type"}],"returns":[{"type":"ZingGrid","description":"Returns the component so that you can chain methods together"}],"tagName":"zing-grid","fullName":"zing-grid-method-setCellClass","category":"Method"},{"name":"setDefaultDisplay","description":"Sets the `default-display` attribute","type":null,"demoLink":"https://app.zingsoft.com/demos/create/ZI6UH1A5","acceptedValues":[],"displayValues":["\"N/A\""],"params":[{"type":"String","description":"Value to use as default cell display if data is undefined or null","name":"value"}],"returns":[{"type":"ZingGrid","description":"Returns the component so that you can chain methods together"}],"tagName":"zing-grid","fullName":"zing-grid-method-setDefaultDisplay","category":"Method"}]