Lists
  • 17 Apr 2023
  • 2 Minutes to read
  • Contributors
  • Dark
    Light
  • PDF

Lists

  • Dark
    Light
  • PDF

Article summary

PayThem uses a common list control to display lists of items. This page provides information on how to use the list controls.

You can navigate through the list using the page controls at the bottom.

list-navigation

Scroll through the list by clicking the arrows (> and <)or jump to a specific page by entering the page number. Clicking the << arrows takes you to the first page, and clicking >> takes you to the last page.

You can change how many items are displayed on each page by selecting a value from the "Results per page" dropdown.

Sorting

To sort a column in ascending order, click on the column name. If the column is already sorted by that column, clicking again will sort it in descending order. The current sort column is indicated by a small up/down arrows icon.

Filtering

If filters are enabled on a list, a small filter box will appear underneath the column name. Enter the value you want to filter by and use the drop-down arrow to select how that filter should be applied.

The following are currently available. Note these options depend on the type of data you are filtering.

String TypesDescription
ContainsThe value in the filter can be found anywhere within the column field. E.g. Filtering on 'pro' in the Name column would return 'Property Estates Ltd', 'Happy Professional Services', 'Bob's Nonprofit Housing Association' etc.
Does not containThe value in the filter must not be found anywhere within the column field
EqualsThe column field must match exactly with the value in the filter
Does not equalThe column field must not be the value in the filter
Starts withThe column field must begin with the value in the filter
Ends withThe column field must end with the value in the filter
EmptyNot currently supported
Not emptyNot currently supported
Numeric TypesDescription
Greater thanThe column field must be greater than the value in the filter
Greater than or equalThe column field must be greater than or equal to the value in the filter
Less thanThe column field must be less than the value in the filter
Less than or equalThe column field must be less than or equal to the value in the filter
EqualsThe column field must match exactly with the value in the filter
Does not equalThe column field must not be the value in the filter
In rangeNot currently supported
Not in rangeNot currently supported

Persistent Lists

Column filters, sort orders, and page selections persist. This means that if you navigate away from the screen and then return to the list later, the list will remember your previous settings.


What's Next