Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableRow

Describes a row in the table.

Hierarchy

  • TableRow

Properties

Properties

Optional cells

cells: TableCell[]

Cells in this row. The first 3 cells are guaranteed to be shown but others might be cut on certain surfaces. Please test with the simulator to see which cells will be shown for a given surface.

Optional divider

divider: undefined | false | true

Indicates whether there should be a divider after each row.

Generated using TypeDoc