Pagination stops early

Numbered pagination

  • Keep the pagination type set to auto unless a different option is needed.
  • Make sure the selector matches the pagination buttons.
  • Check that the same selector still matches on the second and third pages.

Load more

  • Keep the pagination type set to auto unless a different option is needed.
  • Make sure each click loads additional records.
  • Check whether the load more button changes after it is clicked.

Infinite scrolling

  • Enable scrolling on the Element selector.
  • Set an element limit only if you want to stop after a specific number of records.
  • Check that more records load when scrolling manually.

Related