You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to be able to see the current members of Blueprint. The table will contain the following columns:
Name
Email
Title
Status (Active, Inactive)
The table should be sorted by alphabetical order and status (Only display active users).
Tasks
Use Chakra Table Component
Pagination
API call to fetch users
Notes on implementation:
ChakraUI provides a Table component. You have to create your own component and add it to /components . Once you have finished the Table component, you have to add it to App.tsx.
Description
As a user, I want to be able to see the current members of Blueprint. The table will contain the following columns:
The table should be sorted by alphabetical order and status (Only display active users).
Tasks
Notes on implementation:
ChakraUI provides a Table component. You have to create your own component and add it to
/components
. Once you have finished the Table component, you have to add it toApp.tsx
.Example
https://dribbble.com/shots/19408052-Data-Table-Dashboard-Design
The text was updated successfully, but these errors were encountered: