@adaptabletools/adaptable-react-aggrid 11.1.1-canary.2 → 11.1.1
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 +6 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,11 +6,13 @@ Repository for the **AdapTable React AG Grid Wrapper** which allows you to use A
|
|
|
6
6
|
|
|
7
7
|
For full details on how to install, instantiate and reference AdapTable programmatically at run-time please read the [AdapTable React Documentation](https://docs.adaptabletools.com/guide/react-overview).
|
|
8
8
|
|
|
9
|
-
##
|
|
9
|
+
## Demos
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
The [AdapTable Documentation](https://docs.adaptabletools.com) contains numerous demos that show the many different functionalities available in AdapTable.
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
For a standalone working example app of Adaptable React, see the [React Example Project](https://github.com/AdaptableTools/example-adaptable-react-aggrid)
|
|
14
|
+
|
|
15
|
+
Additionally you can see a number of large demos at the [Adaptable Tools website](https://www.adaptabletools.com/demos).
|
|
14
16
|
|
|
15
17
|
## Licences
|
|
16
18
|
|
|
@@ -22,8 +24,7 @@ We can also make a trial licence available for a short period of time to allow y
|
|
|
22
24
|
|
|
23
25
|
**Note: The AdapTable licence does not include AG Grid's licence which you must pay for that separately**.
|
|
24
26
|
|
|
25
|
-
|
|
26
|
-
Please contact [`sales@adaptabletools.com`](mailto:sales@adaptabletools.com) or see our [Licence Help Page](https://docs.adaptabletools.com/licensing) for more information.
|
|
27
|
+
Please contact [`sales@adaptabletools.com`](mailto:sales@adaptabletools.com) or see our [Licence Help Page](https://docs.adaptabletools.com/guide/licensing) for more information.
|
|
27
28
|
|
|
28
29
|
|
|
29
30
|
## Other AdapTable Resources
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable-react-aggrid",
|
|
3
|
-
"version": "11.1.1
|
|
3
|
+
"version": "11.1.1",
|
|
4
4
|
"description": "React version of the powerful data-agnostic HTML5 datagrid add-on that sits on top of the agGrid component and provides all the rich functionality that advanced users expect from their DataGrids and Data Tables",
|
|
5
5
|
"keywords": [],
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "contact sales@adaptabletools.com for details",
|
|
7
7
|
"main": "src/index.js",
|
|
8
8
|
"typings": "src/index.d.ts",
|
|
9
9
|
"lint-staged": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"tslib": "^2.0.0",
|
|
22
|
-
"@adaptabletools/adaptable": "11.1.1
|
|
22
|
+
"@adaptabletools/adaptable": "11.1.1"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@ag-grid-community/all-modules": ">=27.1.0",
|