fixes trail table sort
This commit is contained in:
@@ -102,10 +102,10 @@
|
||||
if (!filter) {
|
||||
return;
|
||||
}
|
||||
if (sort.detail === filter.sort) {
|
||||
if (sort === filter.sort) {
|
||||
setSortOrder();
|
||||
} else {
|
||||
filter.sort = sort.detail;
|
||||
filter.sort = sort;
|
||||
filter.sortOrder = "+";
|
||||
setSort();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user