📁
DashboardJS
  • Getting Started
  • Configuration Options
    • Data
    • Config
      • Fetch API
      • Tabs
      • Record Settings
      • Fields
      • Actions
      • Internationalization & Localization
    • templateURL
    • appendTo
  • Dashboard Tools
    • Sorting
    • Filtering
    • View Modes
    • Pagination
  • Classes & APIs
    • Dashboard Overview
    • Dashboard.js
    • Tabs.js
    • Tab.js
    • Recordset.js
Powered by GitBook
On this page
  1. Dashboard Tools

Pagination

Pagination is enabled by default.

Config Property:

var dashboard = new FutureLabs.Dashboard({
  config: {
    tabs: {
      "User Profiles": {
         // Pagination. Define how many records per page.
         // Defaults to 12!
         itemsPerPage: 12
      }
    }
  }
});
itemsPerPage

PreviousView ModesNextDashboard Overview

Last updated 1 year ago