Sorting of lists: sort is now always executed server-side via the mechanism used by paginated lists. This fixes Trac #411, #421, #520

SVN:trunk[1931]
This commit is contained in:
Denis Flaven
2012-03-27 15:27:15 +00:00
parent 144b5ae39f
commit 529b5d53fc
8 changed files with 252 additions and 186 deletions

View File

@@ -1070,6 +1070,8 @@ table.pagination tr td {
}
.pager td span {
min-width: 20px;
padding-left: 2px;
padding-right: 2px;
display:inline-block;
text-align: center;
cursor: pointer;