zinggrid
Version:
ZingGrid - A fully-featured, native, web-component, data table and grid for Javascript applications.
1 lines • 3.9 kB
JSON
[{"name":"row:click","description":"Fires the `row:click` and `record:click` event when a click occurs on a record (row).","demoLink":"https://app.zingsoft.com/demos/create/6VM972JP","returns":[{"type":"Object","description":"The cell event details.","name":"ZGData.cell"},{"type":"Object","description":"The full data object for the row.","name":"ZGData.data"},{"type":"String","description":"The unique identifier for the row, this identifier never changes.","name":"ZGData.recordIndex"},{"type":"Number","description":"The current row index.","name":"ZGData.rowIndex"},{"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-row","fullName":"zg-row-event-row_click","category":"Event"},{"name":"row:frozen","description":"Fires when the frozen row state changes","demoLink":"","returns":[{"type":"Object","description":"An array of rows frozen in the modified area (top/bottom)","name":"ZGData.frozenRows"},{"type":"String","description":"The area the frozen state was changed (top or bottom)","name":"ZGData.area"},{"type":"Number","description":"The count of rows frozen in the modified area.","name":"ZGData.currentFrozenRows"}],"dependency":"","tagName":"zg-row","fullName":"zg-row-event-row_frozen","category":"Event"},{"name":"row:mouseout","description":"Fires the event when mouse is moved out a record (row).","demoLink":"https://app.zingsoft.com/demos/create/FDY5N5W2","returns":[{"type":"Object","description":"The cell event details.","name":"ZGData.cell"},{"type":"Object","description":"The full data object for the row.","name":"ZGData.data"},{"type":"String","description":"The unique identifier for the row, this identifier never changes.","name":"ZGData.recordIndex"},{"type":"Number","description":"The current row index.","name":"ZGData.rowIndex"},{"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-row","fullName":"zg-row-event-row_mouseout","category":"Event"},{"name":"row:mouseover","description":"Fires the event when mouse is moved over a record (row).","demoLink":"https://app.zingsoft.com/demos/create/OOMRFHVT","returns":[{"type":"Object","description":"The cell event details.","name":"ZGData.cell"},{"type":"Object","description":"The full data object for the row.","name":"ZGData.data"},{"type":"String","description":"The unique identifier for the row, this identifier never changes.","name":"ZGData.recordIndex"},{"type":"Number","description":"The current row index.","name":"ZGData.rowIndex"},{"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-row","fullName":"zg-row-event-row_mouseover","category":"Event"},{"name":"row:select","description":"Fires when the row selector changes","demoLink":"https://app.zingsoft.com/demos/create/GUHGHX28","returns":[{"type":"String","description":"An array of currently selected rows","name":"ZGData.selectedRows"},{"type":"Object","description":"The full data object for the row selected/unselected.","name":"ZGData.data"},{"type":"String","description":"The unique identifier for the row selected/unselected, this identifier never changes.","name":"ZGData.recordIndex"},{"type":"Number","description":"The current row index of the selected/unselected row.","name":"ZGData.rowIndex"},{"type":"Boolean","description":"Boolean indicating if the current row was checked or unchecked","name":"ZGData.checked"}],"dependency":"A `selector` column must exist","tagName":"zg-row","fullName":"zg-row-event-row_select","category":"Event"}]