|
|
|
|
@ -150,7 +150,8 @@ $(document).ready(function(){
|
|
|
|
|
ctrl.dataset.onSort = sorter => {
|
|
|
|
|
let t = $P.getGridTemplate(),
|
|
|
|
|
trs = Apply.fromDataset.getTbody(ctrl.dataset, t.found, t.notFound, t.replacer);
|
|
|
|
|
$P.renderExmptnVhclList(ctrl.dataset.totalSize, ctrl.dataset.length, trs);
|
|
|
|
|
if (sorter.by)
|
|
|
|
|
$P.renderExmptnVhclList(ctrl.dataset.totalSize, ctrl.dataset.length, trs);
|
|
|
|
|
|
|
|
|
|
document.querySelectorAll("div[data-doctx='${pageName}'] table[name='exmptnVhclTable'] th[data-sort]").forEach(th => {
|
|
|
|
|
th.classList.remove(
|
|
|
|
|
|