Optional
classThe className
applied to the spreadsheet as a whole
Optional
columnHeight of column header
Data to display and edit
Component height
Optional
inputHeight of input bar
Optional
maxMaximum umber of columns in the grid
Optional
maxMaximum size for CSS element beyond which layout breaks. You should never normally need to change this. The default value is compatible with all major browsers.
Optional
maxMaximum number of rows in the spreadsheet
Optional
minMinimum number of columns in the grid
Optional
minThe minimum number of virtual pages to use when inner container would otherwise be more than VirtualSpreadsheetProps.maxCssSize big. You should never normally need to change this.
Optional
minMinimum number of rows in the spreadsheet
Optional
readDisables edit mode if true
Optional
rowWidth of row header
Optional
themeSpreadsheet theme which defines the CSS classes to apply
Defined as a union so that it supports both hand written themes defined as implementations of VirtualSpreadsheetTheme and themes implicitly defined by importing a CSS module.
Component width
Props for VirtualSpreadsheet