Skip to main content

IPageInfo

Admin Docs


Interface: IPageInfo

Defined in: src/types/shared-components/DataTable/interface.ts:57

PageInfo for DataTable component with server-side pagination

Properties

endCursor?

optional endCursor: string

Defined in: src/types/shared-components/DataTable/interface.ts:73

Cursor for the end of the current page


hasNextPage

hasNextPage: boolean

Defined in: src/types/shared-components/DataTable/interface.ts:61

Indicates if there is a next page available


hasPreviousPage

hasPreviousPage: boolean

Defined in: src/types/shared-components/DataTable/interface.ts:65

Indicates if there is a previous page available


startCursor?

optional startCursor: string

Defined in: src/types/shared-components/DataTable/interface.ts:69

Cursor for the start of the current page