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 ce10e45 commit 32699ddCopy full SHA for 32699dd
1 file changed
data/json/cars-filter-by-name.config
@@ -0,0 +1,46 @@
1
+{
2
+ "config": {
3
+ "aggregates": {
4
+ "Acceleration": "sum",
5
+ "Cylinders": "sum",
6
+ "Displacement": "sum",
7
+ "Horsepower": "sum",
8
+ "Miles_per_Gallon": "sum",
9
+ "Name": "count",
10
+ "Origin": "count",
11
+ "Weight_in_lbs": "sum",
12
+ "Year": "count"
13
+ },
14
+ "column-pivots": [],
15
+ "columns": [
16
+ "Acceleration",
17
+ "Cylinders",
18
+ "Displacement",
19
+ "Horsepower",
20
+ "Miles_per_Gallon",
21
+ "Name",
22
+ "Origin",
23
+ "Weight_in_lbs",
24
+ "Year"
25
+ ],
26
+ "filters": [
27
+ [
28
29
+ "begins with",
30
+ "ford"
31
+ ]
32
33
+ "plugin": "hypergrid",
34
+ "row-pivots": [],
35
+ "settings": "true",
36
+ "sort": [
37
38
39
+ "desc"
40
41
42
+ "view": "hypergrid"
43
44
+ "dataFileName": "cars.json",
45
+ "dataTable": ""
46
+}
0 commit comments