Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDisplayHandlerResult<TRow>

Type parameters

  • TRow: __type

Hierarchy

  • IDisplayHandlerResult

Index

Properties

Properties

rows

rows: TRow[]

The actual rows to display

totalRowCount

totalRowCount: number

The total number of rows in the table. It counts also items on other pages. The pages in the pagination component are calculated using this value.

Generated using TypeDoc