FlatTableOptionsObject

The FlatTableOptionsObject configures the flat table's layout.

Properties

Property/TypeDescription
totalRowPositionStringoptionalSpecifies where the totals are displayed: at the top of the table ("before"), at the bottom ("after"), or not at all ("none").
Default value: "before".
showSheetHeadersBooleanoptionalIndicates whether the spreadsheet headers are visible (true) or not (false).
Default value: true.

Example

options: {
  totalRowPosition: "after",
  showSheetHeaders: false
}