GridHandle
Represent the ref of the Grid component.
| Name | Type | Default | Description |
|---|---|---|---|
columns |
|
A getter of the current columns. Gets the current column width or current columns, or any other jsx
| |
element |
|
Returns the HTML element of the Grid component. | |
exportAsPdf |
|
Method to trigger a PDF export of the Grid. The 'pdf' prop of the Grid should be set to true or object of setting that will be applied the exported Grid. | |
fitColumns |
|
Method to fit columns according to their content. | |
getLeafDataItems |
|
Gets all leaf-level data items in the grid. Returns actual data rows excluding group headers/footers. Useful for AI operations and data processing. jsx
| |
getTotal |
|
Gets the total number of items in the grid data source. Used for pagination calculations and AI operations. jsx
| |
props |
|
The props values of the Spreadsheet. | |
scrollIntoView |
|
Method to allow the scroll to be set to a specific row index when the Grid is scrollable. It is zero based. |