Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParamValues<T>

The runtime values for NgTableParams that determine the set of data rows and how they are to be displayed in a table

Type parameters

  • T

Hierarchy

  • IParamValues

Index

Properties

Optional count

count: number

The number of data rows per page

Optional filter

The filter that should be applied to restrict the set of data rows

Optional group

group: string | Grouping

The grouping that should be applied to the data rows

Optional page

page: number

The index of the "slice" of data rows, starting at 1, to be displayed by the table.

Optional sorting

The sort order that should be applied to the data rows.

Generated using TypeDoc