Properties

animate defines the configuration of view change animation or disables it
borderless used to hide the component borders
bottombar enables a bottombar for additional sheets
buttons contains the names of buttons blocks with arrays of buttons' names
clipboard enables/disables clipboard support
clipboardDecimalDelimiter sets a decimal delimiter for correct copy/paste of numbers between SpreadSheet and Excel
columnCount the number of columns in the SpreadSheet
columnWidth defines the default width for columns (in pixels)
conditionStyle specifies a set of conditional styles
container an HTML container (or its ID) where the component should be initialized
css the name of the CSS class that will be applied to the view container or the object with styles
data JavaScript array containing data for the component
datatype the type of loaded data
disabled indicates whether an item is enabled
gravity sets the view gravity
height sets the height of the component
hidden defines whether the view will be hidden initially
id the ID of a widget
liveEditor enables the formula editor in spreadsheet
maxHeight sets the maximum height for the view
maxWidth sets the maximum width for the view
menu adds a dropdown menu at the top of SpreadSheet
minHeight sets the minimal height for the view
minWidth sets the minimal width for the view
on allows attaching custom handlers to inner events of the component
padding defines the space between the element borders and content (applies the specified value to all sides).
paddingX sets the right and left padding (applies the specified value to both sides)
paddingY sets the top and bottom padding (applies the specified value to both sides)
readonly sets readonly mode for SpreadSheet
resizeCell defines whether cells of spreadsheet will be resized
rowCount the number of rows in the SpreadSheet
rowHeight sets the default height for rows
sheetTabWidth sets the width of a sheet tab
subbar adds a view between the toolbar and the datatable
toolbar enables the "full" toolbar mode (all available buttons are shown)
type defines the layout borders
url the URL which the component will use to load data after its initialization
width sets the width of a widget
Back to top