Employee List
The Carpose Employee List component is a powerful and easy-to-integrate React component for displaying a list of employees. This component allows you to dynamically fetch employee data from our API and present it in a clear and organized list.
Integrating the Component
To integrate the Carpose Employee List component into your application, insert the following HTML code at the desired location:
Ensure that you replace the data-api-key
with your actual API key to access the employee data. This simple integration allows you to quickly and efficiently utilize the component without needing extensive customization.
Filter
data-filter-team
The data-filter-team
attribute allows you to filter employees based on their team. By specifying a team UUID, the Carpose Employee List component will only display employees who belong to that specific team.
To filter the employees by a specific team, use the data-filter-team
attribute as shown below:
In this example, the component will only display employees who are members of the team with the UUID 1ef15d3d-4b4f-67ae-89ef-c9663935972c
. This attribute makes it easy to display team-specific employee lists, providing a tailored view of your workforce.
Last updated