You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/templates/indicatorsets/indicatorSetsTable.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -387,6 +387,11 @@
387
387
}
388
388
});
389
389
}
390
+
391
+
// Expand rows for selected indicators if any
392
+
if(typeofexpandSelectedRows==='function'){
393
+
expandSelectedRows();
394
+
}
390
395
391
396
if(numOfTimeseries>0){
392
397
totalRowsSpan.innerHTML=`Showing <b>${relatedIndicators.length}</b> distinct ${pluralize(relatedIndicators.length,'indicator')} (arranged in <b>${table.page.info().recordsTotal}</b> ${pluralize(table.page.info().recordsTotal,'set')}), including <b>${numberWithCommas(numOfTimeseries)}</b> Delphi-hosted time series across numerous locations.`;
0 commit comments