adiciona tabela com sort para os registros

This commit is contained in:
2026-07-18 23:06:32 -03:00
parent d184bcbdc2
commit 33490c73fa
4 changed files with 135 additions and 8 deletions

View File

@@ -27,3 +27,26 @@ body {
.btn-list form {
margin: 0;
}
.table-sort {
align-items: center;
background: transparent;
border: 0;
color: inherit;
cursor: pointer;
display: inline-flex;
font: inherit;
gap: 0.25rem;
padding: 0;
text-transform: inherit;
}
.table-sort:hover,
.table-sort:focus {
color: var(--tblr-primary);
}
.sort-indicator {
display: inline-block;
min-width: 1ch;
}