zinggrid
Version:
ZingGrid - A fully-featured, native, web-component, data table and grid for Javascript applications.
1 lines • 7.44 kB
JSON
[{"name":"cell:beforerender","description":"Fires the event before a cell is rendered.","demoLink":"https://app.zingsoft.com/demos/create/MC39A3I1","returns":[{"type":"Number","description":"The numerical index of the column.","name":"ZGData.columnIndex"},{"type":"Object","description":"The full data object for the cell.","name":"ZGData.data"},{"type":"Object","description":"The DOM cell.","name":"ZGData.DOMCell"},{"type":"String","description":"The column index e.g. \"firstName\".","name":"ZGData.fieldIndex"},{"type":"Number","description":"The numerical index of the row.","name":"ZGData.rowIndex"}],"dependency":"","tagName":"zg-cell","fullName":"zg-cell-event-cell_beforerender","category":"Event"},{"name":"cell:click","description":"Fires the event when a click occurs to a cell.","demoLink":"https://app.zingsoft.com/demos/create/N4Y1NSIY","returns":[{"type":"Object","description":"The relevant DOM cell.","name":"ZGData.DOMCell"},{"type":"String","description":"The column index e.g. \"firstName\".","name":"ZGData.fieldIndex"},{"type":"Number","description":"The column position index.","name":"ZGData.columnIndex"},{"type":"Number","description":"The current row index.","name":"ZGData.rowIndex"},{"type":"String","description":"The current record index.","name":"ZGData.recordIndex"},{"type":"String","description":"The column type (default is text).","name":"ZGData.type"},{"type":"String","description":"The value of the cell.","name":"ZGData.value"},{"type":"Object","description":"A reference to the custom ZingGrid internal event.","name":"ZGEvent"},{"type":"Object","description":"A reference to the DOM element.","name":"ZGTarget"}],"dependency":"","tagName":"zg-cell","fullName":"zg-cell-event-cell_click","category":"Event"},{"name":"cell:closeedit","description":"Fires the event when the cell editor is closed.","demoLink":"https://app.zingsoft.com/demos/create/M5M9PT9O","returns":[{"type":"Boolean","description":"If the user canceled instead of saving the cell edit.","name":"ZGData.canceled"},{"type":"Number","description":"The numerical index of the column.","name":"ZGData.columnIndex"},{"type":"Object","description":"The full data object for the cell.","name":"ZGData.data"},{"type":"Object","description":"The DOM cell.","name":"ZGData.DOMCell"},{"type":"String","description":"The column index e.g. \"firstName\".","name":"ZGData.fieldIndex"},{"type":"String","description":"The new value of the cell after editing.","name":"ZGData.newValue"},{"type":"Number","description":"The numerical index of the row.","name":"ZGData.rowIndex"}],"dependency":"The `editor` attribute is required on the `zing-grid` tag.","tagName":"zg-cell","fullName":"zg-cell-event-cell_closeedit","category":"Event"},{"name":"cell:copy","description":"Fires the event when copying (ctrl+c) occurs in a cell.","demoLink":"https://app.zingsoft.com/demos/create/OX0X5IFJ","returns":[{"type":"Object","description":"The data copied from the cell.","name":"ZGData.data"}],"dependency":"The `selector` attribute is required on the `zing-grid` tag.","tagName":"zg-cell","fullName":"zg-cell-event-cell_copy","category":"Event"},{"name":"cell:mouseout","description":"Fires the event when mouse is moved out of a cell.","demoLink":"https://app.zingsoft.com/demos/create/MMOPILFC","returns":[{"type":"Object","description":"The relevant DOM cell.","name":"ZGData.cell"},{"type":"String","description":"The column index e.g. \"firstName\".","name":"ZGData.fieldIndex"},{"type":"Number","description":"The column position index.","name":"ZGData.columnIndex"},{"type":"Number","description":"The current row index.","name":"ZGData.rowIndex"},{"type":"String","description":"The current record index.","name":"ZGData.recordIndex"},{"type":"String","description":"The column type (default is text).","name":"ZGData.type"},{"type":"String","description":"The value of the cell.","name":"ZGData.value"},{"type":"Object","description":"A reference to the custom ZingGrid internal event.","name":"ZGEvent"},{"type":"Object","description":"A reference to the DOM element.","name":"ZGTarget"}],"dependency":"","tagName":"zg-cell","fullName":"zg-cell-event-cell_mouseout","category":"Event"},{"name":"cell:mouseover","description":"Fires the event when mouse is moved over a cell.","demoLink":"https://app.zingsoft.com/demos/create/HPXXGU88","returns":[{"type":"Object","description":"The relevant DOM cell.","name":"ZGData.cell"},{"type":"String","description":"The column index e.g. \"firstName\".","name":"ZGData.fieldIndex"},{"type":"Number","description":"The column position index.","name":"ZGData.columnIndex"},{"type":"Number","description":"The current row index.","name":"ZGData.rowIndex"},{"type":"String","description":"The current record index.","name":"ZGData.recordIndex"},{"type":"String","description":"The column type (default is text).","name":"ZGData.type"},{"type":"String","description":"The value of the cell.","name":"ZGData.value"},{"type":"Object","description":"A reference to the custom ZingGrid internal event.","name":"ZGEvent"},{"type":"Object","description":"A reference to the DOM element.","name":"ZGTarget"}],"dependency":"","tagName":"zg-cell","fullName":"zg-cell-event-cell_mouseover","category":"Event"},{"name":"cell:openedit","description":"Fires the event when the cell editor is opened.","demoLink":"https://app.zingsoft.com/demos/create/XTZM2IN7","returns":[{"type":"Number","description":"The numerical index of the column.","name":"ZGData.columnIndex"},{"type":"Object","description":"The full data object for the cell.","name":"ZGData.data"},{"type":"Object","description":"The DOM cell.","name":"ZGData.DOMCell"},{"type":"String","description":"The column index e.g. \"firstName\".","name":"ZGData.fieldIndex"},{"type":"Number","description":"The numerical index of the row.","name":"ZGData.rowIndex"}],"dependency":"The `editor` attribute is required on the `zing-grid` tag.","tagName":"zg-cell","fullName":"zg-cell-event-cell_openedit","category":"Event"},{"name":"cell:paste","description":"Fires the event when pasting (ctrl+p) occurs in a cell.","demoLink":"https://app.zingsoft.com/demos/create/MOQBDKCP","returns":[{"type":"Object","description":"The data you paste","name":"ZGData.data"}],"dependency":"The `editor` attribute is required on the `zing-grid` tag.","tagName":"zg-cell","fullName":"zg-cell-event-cell_paste","category":"Event"},{"name":"cell:rightclick","description":"Fires the event when right click occurs on a cell.","demoLink":"https://app.zingsoft.com/demos/create/PZHZSFGS","returns":[{"type":"Object","description":"The relevant DOM cell.","name":"ZGData.cell"},{"type":"String","description":"The column index e.g. \"firstName\".","name":"ZGData.fieldIndex"},{"type":"Number","description":"The column position index.","name":"ZGData.columnIndex"},{"type":"Number","description":"The current row index.","name":"ZGData.rowIndex"},{"type":"String","description":"The current record index.","name":"ZGData.recordIndex"},{"type":"String","description":"The column type (default is text).","name":"ZGData.type"},{"type":"String","description":"The value of the cell.","name":"ZGData.value"},{"type":"Object","description":"A reference to the custom ZingGrid internal event.","name":"ZGEvent"},{"type":"Object","description":"A reference to the DOM element.","name":"ZGTarget"}],"dependency":"","tagName":"zg-cell","fullName":"zg-cell-event-cell_rightclick","category":"Event"}]