Data Management

Sorting and Pagination

Sorting And Pagination

The storage unit data grid sends sorting and pagination back through the row request for the current object.

Sorting

Click a column header to change sorting for that column. WhoDB displays a sort indicator on sorted headers and reloads data for the current object.

The current table component tracks sort direction per column. If multiple sorted columns are active, each sorted header keeps its indicator.

Page Size

Use Page Size above the grid.

Built-in options are:

  • 10
  • 25
  • 50
  • 100
  • 250
  • 500
  • 1000
  • Custom

The maximum accepted page size is controlled by the app setting WHODB_MAX_PAGE_SIZE and the frontend max-page-size setting.

Pagination

When the backend reports more rows than the page size, pagination appears below the grid.

  • Use previous/next controls to move one page.
  • Click a visible page number to jump directly.
  • Mod + Arrow Right moves to the next page when table keyboard shortcuts are active.
  • Mod + Arrow Left moves to the previous page when table keyboard shortcuts are active.

Selection And Page Changes

The grid clears focused row state and selected row checkboxes when rows change, including after sort, page changes, refreshes, or filters.