Implement table sorting in webadmin, addresses #40

This commit is contained in:
Ammar Askar
2015-02-14 03:07:12 +05:00
parent 4d17d6213d
commit 0985132fc6
4 changed files with 100 additions and 4 deletions
+7
View File
@@ -6,3 +6,10 @@
.encoding-settings {
width: 500px;
}
table .sorted::after {
content:" ▼";
}
table .reverse-sorted::after {
content:" ▲";
}