* Adjust dtable sort params.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user