* Adjust dtable sort params.

This commit is contained in:
caoyanyi
2023-11-10 15:02:33 +08:00
parent 40bf09729b
commit 6ea6983436
43 changed files with 40 additions and 235 deletions
-7
View File
@@ -1,10 +1,3 @@
window.createSortLink = function(col)
{
let sort = col.name + '_asc';
if(sort == orderBy) sort = col.name + '_desc';
return sortLink.replace('{orderBy}', sort);
}
/**
* Compute work days.
*