OptionalclassThe className applied to the spreadsheet as a whole
OptionalcolumnHeight of column header
Data to display and edit
Component height
OptionalinputHeight of input bar
OptionalmaxMaximum umber of columns in the grid
OptionalmaxMaximum 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.
OptionalmaxMaximum number of rows in the spreadsheet
OptionalminMinimum number of columns in the grid
OptionalminThe 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.
OptionalminMinimum number of rows in the spreadsheet
OptionalreadDisables edit mode if true
OptionalrowWidth of row header
OptionalthemeSpreadsheet 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