Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[front] - chore: update members table sorting (#9036)
* [front] - refactor: update members table pagination and sorting - Change the page size for members table from 10 to 4 for better readability - Reverse the default sorting of members by email to descending order - Enable sorting by name and email in the members list for improved usability * [front] - feature: increase page size in MembersTable - Page size in MembersTable pagination increased from 4 to 10 * [front] - fix: change default sorting of members table to ascending - Adjusted the initial sorting state for member email addresses from descending to ascending order
- Loading branch information