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. | |
fitColumns |
|
Method to fit columns according to their content. | |
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. |