Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Table

Table card.

A table card for displaying a table of text.

Hierarchy

  • Table

Implemented by

Properties

Optional button

button: Link

Button.

Optional columns

columns: TableColumn[]

Headers and alignment of columns.

Optional image

image: Image

Image associated with the table. Optional.

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.

Optional subtitle

subtitle: undefined | string

Subtitle for the table. Optional.

Optional title

title: undefined | string

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

Generated using TypeDoc