summaryrefslogtreecommitdiffstats
path: root/interface/js/app/graph.js
diff options
context:
space:
mode:
Diffstat (limited to 'interface/js/app/graph.js')
-rw-r--r--interface/js/app/graph.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/js/app/graph.js b/interface/js/app/graph.js
index 71306f457..5b92c6df6 100644
--- a/interface/js/app/graph.js
+++ b/interface/js/app/graph.js
@@ -128,6 +128,7 @@ define(["jquery", "app/common", "d3evolution", "d3pie", "d3", "footable"],
function initSummaryTable(rows, unit) {
common.tables.rrd_summary = FooTable.init("#rrd-table", {
+ cascade: true,
sorting: {
enabled: true
},