Skip to content

TableRequest

TableRequest<T> = object

Defined in: offline/sw/offline-table.ts:19

T

optional page?: number | null

Defined in: offline/sw/offline-table.ts:20


optional per_page?: number | null

Defined in: offline/sw/offline-table.ts:21


optional pre_filters?: DNF<T> | FilterClauses<T> | null

Defined in: offline/sw/offline-table.ts:22


optional filters?: DNF<T> | FilterClauses<T> | null

Defined in: offline/sw/offline-table.ts:23


optional results?: number | null

Defined in: offline/sw/offline-table.ts:24


optional sortField?: string | null

Defined in: offline/sw/offline-table.ts:25


optional sortOrder?: string | null

Defined in: offline/sw/offline-table.ts:26


optional columns?: keyof T[] | null

Defined in: offline/sw/offline-table.ts:27