Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableValues<C, R>

TableValues are the values Table makes available to templates.

Type parameters

  • C

  • R

Hierarchy

  • TableValues

Index

Properties

arrow

arrow: string

arrows is a unicode character used to indicate the sort direction.

columns

columns: Column<C, R>[]

columns specs for the table.

data

data: R[]

data used to build the rows of the table.

empty

empty: Template

empty Template to use when the Table has no data.

options

options: object

options for the table.

Type declaration

sortedOn

sortedOn: string

sortedOn indicates the column the table is sorted on.

table

table: object

table specific values.

Type declaration

Generated using TypeDoc