Data Table

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 this section.

User data table in admin panel

Pagination

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

Pagination is limited to display up to 5 pages in current view

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".

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.

Pagination group

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.

Example of Group holding numeric value

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

Example action that will need to be updated
You will find example of action in folder 'Pagination: Users' in the admin page

Last updated