[]
        
(Showing Draft Content)

ITableOptions Interface

ITableOptions Interface

Defines the table options for creating table.

Heirarchy

  • ITableOptions

Properties

Optional alterFirstColumn

alterFirstColumn: boolean

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

Optional alterLastColumn

alterLastColumn: boolean

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

Optional showBandedColumns

showBandedColumns: boolean

Indicating whether banded column formatting is applied.

Optional showBandedRows

showBandedRows: boolean

Indicating whether banded row formatting is applied.

Optional showHeaderRow

showHeaderRow: boolean

Indicates whether show the header row for the table.

Optional showTotalRow

showTotalRow: boolean

Indicates whether show the total row for the table.