Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Data Pager

import { AXDataPagerModule } from '@acorex/components/data-pager'; Data Pager component helps users navigate large datasets by providing controls such as "next," "previous," and page numbers. This allows users to seamlessly move between different sections of content, improving accessibility and preventing the interface from becoming overwhelming.

Overview

In this section, you can test different options of this component and see the output in real time

Usage

A simple example of using ax-data-pager
Preview
Code

Methods

onBlur

AXFocusEvent

Specifies the function to be called when the data pager loses focus.
onFocus

AXFocusEvent

Specifies the function to be called when the data pager gains focus.
stateChange

AXComponentState

Invokes the function when the state of the data pager changes.
readonlyChange

boolean

Calls the function when the readonly state of the data pager changes.
valueChange

any

Calls the function when the value of the data pager changes.
onValueChanged

AXValueChangedEvent<any>

Triggers the function when the value of the data pager changes.
disabledChange

boolean

Calls the function when the disabled state of the data pager changes.
validationRulesChange

AXFormValidationRule[]

Invokes the function when the validation rules for the data pager change.
onOptionChanged

AXOptionChangedEvent

Triggers the function when an option related to the data pager changes.

Props

disabledbooleanfalseDisables the data pager.
readonlybooleanfalseDetermines if the data pager is read-only, meaning the user cannot change the current page.
value--Specifies the current selected color value of the color palette.
namestring-Defines the name of the data pager, used for identification purposes.
displayModeAXDataPagerModefullSpecifies the display mode of the data pager.
totalnumber0Sets the total number of pages available in the data pager.
sizenumber-Determines the number of pages shown at once in the data pager.
isLoadingbooleanfalseIndicates whether the data pager is currently loading data.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page