Easyteam Embedded
GuidesAPIWhite-Label UIs
GuidesAPIWhite-Label UIs
  1. Component Reference
  • Integration
    • Easyteam Components
    • iframe Components
    • React Web Components
    • React Native Components
  • Component Reference
    • Time Clock Reference
    • Employees List Reference
    • Timesheets Reference
    • Shift Form Reference
    • Shift Notes Reference
    • Weekly Schedules Reference
    • Agenda Schedule Reference
    • Time Off Policies Settings Reference
    • Time Off Single Policy Reference
    • Organization Settings Reference
  • Themes
    • UI Customization
  1. Component Reference

Employees List Reference

The EmployeesList component provides an overview of all employees' time tracking data, allowing managers to monitor hours worked and breaks taken across their team.
EmployeesList showing team hours and attendance on web
EmployeesList showing team hours and attendance
EmployeesList showing team hours and attendance
EmployeesList showing team hours and attendance

Basic Implementation#

iframe
React
React Native

Component Properties#

PropertyTypeRequiredDescription
onEmployeeClick / onEmployeePress(employeeId: string) => voidNoCallback when an employee card is selected.

Theme Elements#

Element NameTypePropertiesDescription
allStafIconIconbackgroundColor, colorStyles the icon representing all staff.
allStafTitleTextStyles the "All Staff" title text.
dateSelectorTextTextStyles the date range selector text.
dateSelectorWrapperContainerbackgroundColor, borderRadius, paddingStyles the container around the date selector.
employeeAvatarImageborderColor, borderWidth, borderRadiusStyles the employee avatar images.
employeeNameTextStyles the employee name text.
employeeSingleContainerbackgroundColor, borderWidth, borderRadiusStyles individual employee list items.
employeeColumnTitleTextStyles the column headers in the employee list.
employeeColumnValueTextStyles the values in employee list columns.
employeeListSummaryButtonButtonbackgroundColor, colorStyles buttons in the summary section.
employeeListSummaryColumnTitleTextStyles column titles in the summary.
employeeListSummaryColumnValueTextStyles values in the summary section.
employeeListSummaryWrapperContainerborderRadius, backgroundColorStyles the container for the summary section.
employeeListWrapperContainergap, paddingStyles the container for all employee entries.
For a comprehensive overview of UI customization options and to learn more about theming across all components, please see our UI Customization Introduction article.

Custom Strings#

Custom strings allows you to override any of the texts on the component with your own texts.
Custom Strings are currently in beta.
String KeyDefault ValueDescription
allStaffTitle"All Staff"Header text for the employee list.
employeeColumnHoursWorked"Hours Worked"Header for hours worked column.
employeeColumnUnpaidBreaks"Unpaid Breaks"Header for unpaid breaks column.
employeeColumnGrossPay"Gross Pay"Header for gross pay column (if enabled).
employeeListTotal"Total"Text for totals row.
employeeListEmailReport"Email Report"Text for email report button.
đź’ˇ
The EmployeesList component automatically inherits and applies date range settings from the global context.
Modified at 2025-03-30 11:52:52
Previous
Time Clock Reference
Next
Timesheets Reference