Skip to content

Employee Search & Filters

The employees list page provides a searchable, filterable view of all team members.

Type in the search bar to find employees by name. Results update with a 400ms debounce.

  • Deleted — Show deleted employees
  • Not deleted — Show active employees

Sort by:

  • Full name
  • First name
  • Last name
  • Creation date

In ascending or descending order.

The list automatically refreshes when employees are created, modified, or deleted — driven by the event bus.

The list loads 20 employees at a time with offline-first loading from Hive cache.