Pagination

Business Background

The Pagination option is available for the Power Table element. Use this option to create a pagination control for the user to navigate between related records.

How to Video

  • Coming soon!

How to Guide

  1. Click the + icon to open the list of Titan elements.
  2. Select the Table option and drag-and drop the power table to the canvas. The Salesforce Configuration screen opens.
Power table
Power table
  1. Configure the power table.
  2. Click the settings Gear icon. The Power Table Settings screen opens.
  3. Select the Interactivity option.
  4. Scroll down and click the Pagination checkbox.
  5. Click the Gear icon. The Configure Pagination screen opens.
Pagination
Pagination
  1. Set the following:
    1. Label rows per page
    2. Label of
Configure Pagination screen
Configure Pagination screen
  1. Set the pagination count list. The default is 10, 25, 50 and 100. You can change and/or delete the numbers.
  2. If necessary, click the Add item option to add more counts to the list.
Pagination count list
Pagination count list
  1. Use the drop-down list to select the default count. The numbers in this are dependent on the numbers in the pagination count list.
Default count
Default count
  1. Click the Float Pagination controls checkbox.
    • This is the same as checking the Float Pagination controls checkbox under Interactivity.
    • The pagination control floats in the bottom center of the power table. This is very useful for a power table with a horizontal scrollbar, as the floating pagination controls will always be displayed in the center of the table, regardless of the position of the scrollbar.
    • If the pagination control is not floating and positioned on the bottom right of the power table, it may not be visible on a power table with a horizontal scrollbar.
  2. Uncheck the Run logic per page checkbox to disable the option.
    • It is on by default.
    • It improves the performance of the project by running conditional logic only for the rows that are currently displayed.
      • For example, you can have 1,000 records pushed to a table, and if there is a condition on the table, it will run 1,000 times.
      • If you have this feature on, it will only run for the number on that page at once, for instance, 10.
  3. Click the Apply button.
  4. Save and Preview the project.

The pagination controls are added to the bottom of the table. In the first example, the pagination control is floating in the center of the power table. In the second example, the control is not floating, and at the bottom right where it is only visible when the table is scrolled to the right.

Example
Example

Hidden Title

Need more help?