Filter and pagination is still set after saving Order

This commit is contained in:
Frank Schubert
2022-05-31 15:38:48 +02:00
parent b0fe713d0d
commit 4d4bf81e2a
7 changed files with 121 additions and 49 deletions
+13
View File
@@ -404,3 +404,16 @@ td.controls {
.pointer {
cursor: pointer;
}
.counter {
vertical-align: super;
font-size: .75em;
color: #fff;
background-color: tomato;
padding-left: 4px;
padding-right: 4px;
padding-top: 1px;
padding-bottom: 1px;
border-radius: 4px;
}