ComponentOne ASP.NET MVC Controls
ITableOptions Interface
File
wijmo.grid.sheet.js
Module
wijmo.grid.sheet

Defines the table options for creating table.

Properties

Properties

alterFirstColumn

Indicating whether the first column in the table should have the style applied.

Type
boolean

alterLastColumn

Indicating whether the last column in the table should have the style applied.

Type
boolean

showBandedColumns

Indicating whether banded column formatting is applied.

Type
boolean

showBandedRows

Indicating whether banded row formatting is applied.

Type
boolean

showHeaderRow

Indicates whether show the header row for the table.

Type
boolean

showTotalRow

Indicates whether show the total row for the table.

Type
boolean