aboutsummaryrefslogtreecommitdiffstats
path: root/interface/js/app/symbols.js
diff options
context:
space:
mode:
Diffstat (limited to 'interface/js/app/symbols.js')
-rw-r--r--interface/js/app/symbols.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/interface/js/app/symbols.js b/interface/js/app/symbols.js
index 893eddb3b..aa1403101 100644
--- a/interface/js/app/symbols.js
+++ b/interface/js/app/symbols.js
@@ -186,16 +186,18 @@ define(["jquery", "app/common", "footable"],
/* eslint-enable consistent-this, no-underscore-dangle, one-var-declaration-per-line */
common.tables.symbols = FooTable.init("#symbolsTable", {
+ breakpoints: common.breakpoints,
+ cascade: true,
columns: [
{sorted: true, direction: "ASC", name: "group", title: "Group"},
{name: "symbol", title: "Symbol"},
- {name: "description", title: "Description", breakpoints: "xs sm"},
+ {name: "description", title: "Description", breakpoints: "md"},
{name: "weight", title: "Score"},
{name: "frequency",
title: "Frequency",
- breakpoints: "xs sm",
+ breakpoints: "md",
sortValue: function (value) { return Number(value).toFixed(2); }},
- {name: "time", title: "Avg. time", breakpoints: "xs sm"},
+ {name: "time", title: "Avg. time", breakpoints: "md"},
],
rows: items[0],
paging: {