Interface: PageDataRequest

Description

Request data interface sent by the ServerSideDataService. This can be modified before the HTTP request is sent using the BeforeRequestHandler callback on ServerSideDataServiceOptions.

See

dotnet modelopen in new window

Properties

PropertyTypeDescription
pageNumnumberDescription
The page number for the page to load starting with 1 for the first page.
If the data grid is not set configured to be pageable with the DataGridVueGrid.paged
prop then this will always be -1.
pageSizenumberDescription
The maximum number of data items to display on each page. If the data grid is
not set configured to be pageable with the DataGridVueGrid.paged prop then this
will always be -1.
sortSort[]Description
The current column sort definitions in the order in which they should be applied.
filterundefined | FilterDescription
The current filter definition or undefined if no filter is set.