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
Properties
Property | Type | Description |
---|---|---|
pageNum | number | Description 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 . |
pageSize | number | Description 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 . |
sort | Sort [] | Description The current column sort definitions in the order in which they should be applied. |
filter | undefined | Filter | Description The current filter definition or undefined if no filter is set. |