Skip to content

Commit 8ddada3

Browse files
update large dataset view pic and table config (#73)
1 parent 954dfbd commit 8ddada3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

data/CTA-Ridership-L-Station-Entries-Daily-Totals-2001-2021.csv.table.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{
4040
"field": "rides",
4141
"title": "rides",
42-
"width": 362,
42+
"width": 81,
4343
"minWidth": 40,
4444
"resizable": true,
4545
"sorter": "number",
@@ -48,11 +48,17 @@
4848
{
4949
"field": "date",
5050
"title": "date",
51-
"width": 114,
51+
"width": 202,
5252
"minWidth": 40,
5353
"resizable": true,
5454
"sorter": "string",
5555
"headerSort": true
5656
}
57+
],
58+
"sort": [
59+
{
60+
"column": "rides",
61+
"dir": "desc"
62+
}
5763
]
5864
}
21.2 KB
Loading

0 commit comments

Comments
 (0)