JavaScript/jQuery CardView - Paging
Configures paging.
import { Paging } from "devextreme/ui/card_view"
Type:
Paging allows the UI component to load data in portions instead of loading it simultaneously. To enable paging, set the paging.enabled property to true
.
Users can switch between pages and change paging settings using the pager or they can scroll the pages. Paging settings apply with any scrolling mode.
pageSize
Specifies the page size.
The page size determines how many cards the UI component loads at a time.
Feedback