We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24601c commit 7af71bcCopy full SHA for 7af71bc
data/usa-airports.csv.table.json
@@ -66,11 +66,46 @@
66
{
67
"field": "longitude",
68
"title": "longitude",
69
- "width": 201,
+ "width": 377,
70
"minWidth": 40,
71
"resizable": true,
72
"sorter": "number",
73
"headerSort": true
74
}
75
- ]
+ ],
76
+ "views": {
77
+ "Datagrid": {
78
+ "plugin": "Datagrid",
79
+ "plugin_config": {
80
+ "latitude": {
81
+ "fixed": 6
82
+ },
83
+ "longitude": {
84
85
+ }
86
87
+ "settings": true,
88
+ "row_pivots": [],
89
+ "column_pivots": [],
90
+ "columns": [
91
+ "iata",
92
+ "name",
93
+ "city",
94
+ "state",
95
+ "country",
96
+ "latitude",
97
+ "longitude"
98
99
+ "filter": [],
100
+ "sort": [
101
+ [
102
103
+ "asc"
104
+ ]
105
106
+ "expressions": [],
107
+ "aggregates": {}
108
109
110
+ "view": "Datagrid"
111
0 commit comments