@nebula.js/sn-table 1.17.0 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -8,6 +8,10 @@ Table supernova for [nebula.js]
|
|
|
8
8
|
|
|
9
9
|
More specifics and information about the sn-table can be found in [the Qlik developer portal](https://qlik.dev/libraries-and-tools/visualizations/table).
|
|
10
10
|
|
|
11
|
+
## Contribution
|
|
12
|
+
|
|
13
|
+
Information about developing and contributing can be found in our [contribution guide](./.github/CONTRIBUTION.md).
|
|
14
|
+
|
|
11
15
|
## Mashup Usage
|
|
12
16
|
|
|
13
17
|
### Installing
|
|
@@ -74,10 +78,6 @@ Compress the generated 'sn-table-ext' folder into the 'application/zip' file for
|
|
|
74
78
|
|
|
75
79
|
The API can also be found in [the Qlik developer portal](https://qlik.dev/apis/javascript/nebula-table)
|
|
76
80
|
|
|
77
|
-
## Contribution
|
|
78
|
-
|
|
79
|
-
To learn how to run a sn-table extension using nebula development server and develop, see our [contributing guide](./.github/CONTRIBUTION.md).
|
|
80
|
-
|
|
81
81
|
## Package
|
|
82
82
|
|
|
83
83
|
| name | status | description |
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "@nebula.js/sn-table:properties",
|
|
5
5
|
"description": "Table generic object definition",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.18.0",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"stability": "experimental",
|
|
9
9
|
"x-qlik-visibility": "public"
|
|
@@ -25,6 +25,12 @@
|
|
|
25
25
|
"type": "#/definitions/Component"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
+
"enableChartExploration": {
|
|
29
|
+
"description": "Show chart exploration option in context menu",
|
|
30
|
+
"optional": true,
|
|
31
|
+
"defaultValue": false,
|
|
32
|
+
"type": "boolean"
|
|
33
|
+
},
|
|
28
34
|
"footnote": {
|
|
29
35
|
"description": "Visualization footnote",
|
|
30
36
|
"optional": true,
|