Optional cellThe cell renderer map for the data grid.
The default is an empty renderer map.
Optional copyThe copy configuration data for the grid.
The default is DataGrid.defaultCopyConfig.
Optional defaultThe default cell renderer for the data grid.
The default is a new TextRenderer.
Optional defaultThe default sizes for the data grid.
The default is DataGrid.defaultSizes.
Optional headerThe header visibility for the data grid.
The default is 'all'.
Optional minimumThe minimum sizes for the data grid.
The default is DataGrid.minimumSizes.
Optional stretchWhether to stretch the last column of the grid.
The default is false.
Optional stretchWhether to stretch the last row of the grid.
The default is false.
Optional styleThe style for the data grid.
The default is DataGrid.defaultStyle.
Generated using TypeDoc
An options object for initializing a data grid.