Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Table

Hierarchy

  • Table

Implements

Properties

button

button: Link

Button.

columns

columns: TableColumn[]

Headers and alignment of columns.

image

image: Image

Image associated with the table. Optional.

rows

rows: TableRow[]

Row data of the table. The first 3 rows are guaranteed to be shown but others might be cut on certain surfaces. Please test with the simulator to see which rows will be shown for a given surface. On surfaces that support the WEB_BROWSER capability, you can point the user to a web page with more data.

subtitle

subtitle: string

Subtitle for the table. Optional.

title

title: string

Overall title of the table. Optional but must be set if subtitle is set.

Generated using TypeDoc