Skip to main content

Grid properties

autoConfigOptional. Enables creating a table structure automatically with default or basic columns settings
autoRowHeightOptional. Enables the autoheight of rows in the table
cellStyleOptional. Defines the style of a cell in the table
columnStyleOptional. Defines the style of a column in the table
columnsOptional. An array of objects with columns settings
dataOptional. An array of objects with data for the Grid
dynamicOptional. Enables dynamic data loading
footerOptional. Enables a footer in the table
headerOptional. Enables a header in the table
multiselectOptional. Enables selecting multiple rows using SHIFT or CTRL with the button click
overlayOptional. Shows an overlay when the table is empty or in the loading state
rowStyleOptional. Defines the style of a row in the table
selectedOptional. Marks a row as selected
selectedRowsOptional. Marks rows as selected
sizesOptional. An object with the table sizes settings (width and height)
splitOptional. Allows freezing the leftmost columns while scrolling
treeOptional. Enables the tree structure in the table