Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDataFnParams<TRow>

Parameters passed to the data function, to handle by custom logic.

tutorial

Ajax table (via data function)

Type parameters

  • TRow: __type

Hierarchy

  • IDataFnParams

Index

Properties

filter

filter: string | string[]

page

page: number

perPage

perPage: number

sortBy

sortBy: Path | keyof TRow

sortDir

sortDir: ESortDir

Generated using TypeDoc