Ecme logoEcme logo
Dashboard
    Ecommerce
    Project
    Marketing
    Analytic
Network
    BGP
      Peer
      RTBH
Netflow
    Dashboard
    Flow Analysis
      Top Talkers
      Flow Explorer
      IP Analyzer
    Threats
      Active Attacks
      Mitigation
    System
      Diagnostics
DPI
    Overview
    Traffic Logs
    Analysis
      IP Analysis
      Domain Check
      Unmapped ASNs
      Uncategorized Domains
    Threats
      Blacklists Data
      Blocklist Sources
      Threat Feeds
    Configuration
      Senders
      Ignored Domains
      Webhooks & Alerts
      System Maintenance
    Datasets
      IP Dataset
      Domain Dataset
Concepts
    AI
      Chat
      Image
    Projects
      Scrum Board
      List
      Details
      Tasks
      Issue
    Customer
      List
      Edit
      Create
      Details
    Products
      List
      Edit
      Create
    Orders
      List
      Edit
      Create
      Details
    Account
      Settings
      Activity log
      Roles & Permissions
      Pricing
    Help Center
      Support Hub
      Article
      Edit Article
      Manage Article
    Calendar
    File Manager
    Mail
    Chat
UI Components
    Common
      Button
      Grid
      Typography
      Icons
    Feedback
      Alert
      Dialog
      Drawer
      Progress
      Skeleton
      Spinner
      Toast
    Data Display
      Avatar
      Badge
      Calendar
      Cards
      Carousel
      Table
      Tag
      Timeline
      Tooltip
    Forms
      Checkbox
      Date Picker
      Form Control
      Input
      Input Group
      Radio
      Segment
      Select
      Slider
      Switcher
      Time Input
      Upload
    Navigation
      Dropdown
      Menu
      Pagination
      Steps
      Tabs
    Graph
      Charts
      Maps
Authentication
    Sign In
      Simple
      Side
      Split
    Sign Up
      Simple
      Side
      Split
    Forgot Password
      Simple
      Side
      Split
    Reset Password
      Simple
      Side
      Split
    Otp Verification
      Simple
      Side
      Split
Others
    Access Denied
    Landing
Guide
    Documentation
    Shared Component
    Utilities
    Changelog
Copyright © 2026 Ecme All rights reserved.
Term & Conditions | Privacy & Policy

Pagination

Pagination divided content into several pages and allows users to navigate in between.

Basic

Basic usage of Pagination.
  • 1
  • 2
  • 3
  • 4
  • 5

More

Pagination will diaplay ellipsis for indicating previous or continuing results when the page amount is overflow.
  • 1
  • 50
  • 1
  • 100

Total

Display total number of data by setting displayTotal to true.
Total 50 Items
  • 1
  • 50

Page sizes

Displaying the pagination count divided by total & pageSize, often used on displaying numbers of data in a page.
Total 100 Items
  • 1
  • 20
5 / page

Controlled

Example of controlled pagination.
  • 1
  • 100

API

Pagination
PropDescriptionTypeDefault
currentPageCurrent page numbernumber1
displayTotalWhether to display total of data itemsbooleanfalse
onChangeCallback when Pagination index was clicked(pageNumber: number) => void-
pageSizeNumber of data items per pagenumber1
totalTotal number of data itemsnumber5
TABLE OF CONTENT
  • Basic
  • More
  • Total
  • Page sizes
  • Controlled