User management sort

Added Sorting to User management component.
This commit is contained in:
Leigh Pointer
2023-07-13 12:54:08 +02:00
parent 4e82212956
commit 4820a27016
2 changed files with 53 additions and 3 deletions

View File

@ -219,4 +219,12 @@ app {
/* Pager */
.app-pager-pointer {
cursor: pointer;
}
.app-sort-th {
cursor: pointer;
}
.app-fas {
margin-left: 5px;
}