openBuild
  • Introduction
    • Introduction
    • The Framework
    • The Library
    • Release Notes
  • Core Concepts
    • Bubble vs openBuild
    • Responsive Design
      • Repeating groups
      • Advanced Responsiveness
    • Styles
      • Typography
      • Colors
      • Groups & Box Shadow
      • Inputs
      • Buttons
      • Style Variations
      • Changing styles
      • Custom CSS
    • Pages
      • index
      • base-menu
      • base-top
      • base-ribbon
      • base-mobile
      • admin
      • verify
      • styleguide
      • terms
      • login
      • reset_pw
      • privacy
      • 404
      • Menu
      • Base Layouts
  • WORKING WITH the framework
    • Getting Started
    • Navigation
      • Go to page
      • Navigation through custom states
      • Navigation through URL parameters
      • Navigation through URL parameters with Option sets
    • Data & Workflows
      • Custom States
      • Custom Events
      • Working with Reusables
      • CRUD
      • Source Popup
      • Backend Workflows
    • Users and Roles
    • Signup, Login, Password reset
    • Security & Privacy
      • Authenticating endpoints
    • Transactional Email
      • Setup Sendgrid
      • Setup Postmark
    • Alerts and Confirmations
    • Customization
    • Best Practices
      • Syntax
      • Color Coding
  • openBuild Library
    • Chrome Extension
  • Framework Elements
    • Menus
    • Option sets
    • Plugins
    • API Connector
    • User Access Management
    • CRUD Floating Group
    • CRUD Popup
    • Data Table
    • Security Redirect
    • Mail management
    • User Settings
    • Header & Footer
Powered by GitBook
On this page
  • Table
  • Pagination
  1. Framework Elements

Data Table

PreviousCRUD PopupNextSecurity Redirect

Last updated 2 years ago

Table

Properties of the base table:

  • Fully responsive

  • Build-in 'Name' & 'Joned' field sorting

  • Multiselect - you can read more about how to store data temporarily on the page work in

Pagination

The user table used on the Admin page in the openBuild template comes with a pre-built Repeating group pagination.

the Toolbox plugin is required for the pagination to work

You can edit the number of rows displayed and the pagination bar will update automatically. There is no need to update workflows or other element's values.

For pagination to work correctly you have to update the number of rows in the Repeating Group and as well the state of the repeating group called "rows".

If the number of 'rows' state will be different than the number of rows in the repeating group, pagination will NOT work correctly.

Copying and pasting the workflows to new repeating group

If you already have a Repeating Group and are in need of pagination you can copy the 'Pagination' element with workflows.

You will then need to update all elements that are placed within the Fields group. These are 5 Group elements that hold numeric values which are used to calculate pagination.

Additionally, there are 5 action elements that will need to update as well. With the distinction that you only need to pick the right Repeating Group from the list of elements

this section.
Pagination
User data table in admin panel
Pagination is limited to display up to 5 pages in current view
Pagination group
Example of Group holding numeric value
Example action that will need to be updated
You will find example of action in folder 'Pagination: Users' in the admin page