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 9ad068e commit 18d3925Copy full SHA for 18d3925
data/json/spacex-launches.config
@@ -0,0 +1,37 @@
1
+{
2
+ "config": {
3
+ "aggregates": null,
4
+ "column-pivots": null,
5
+ "columns": [
6
+ "details",
7
+ "flight_number",
8
+ "is_tentative",
9
+ "launch_date_local",
10
+ "launch_date_utc",
11
+ "launch_success",
12
+ "launch_window",
13
+ "launch_year",
14
+ "mission_id",
15
+ "mission_name",
16
+ "ships",
17
+ "static_fire_date_unix",
18
+ "static_fire_date_utc",
19
+ "tbd",
20
+ "tentative_max_precision",
21
+ "upcoming"
22
+ ],
23
+ "computed-columns": null,
24
+ "editable": true,
25
+ "filters": null,
26
+ "row-pivots": null,
27
+ "sort": [
28
+ [
29
30
+ "desc"
31
+ ]
32
33
+ },
34
+ "dataFileName": "launches",
35
+ "dataTable": "",
36
+ "dataUri": "https://api.spacexdata.com/v3/launches"
37
+}
0 commit comments