@adaptabletools/adaptable-plugin-nocode-aggrid 22.0.0-canary.0 → 22.0.0-canary.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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,13 +11,13 @@ It has 2 steps:
|
|
|
11
11
|
|
|
12
12
|
1. The Wizard will read the input file / JSON and list the available columns it contains, together with options for each column to change the DataType, and set editing, filtering, sorting, grouping and other properties.
|
|
13
13
|
|
|
14
|
-
2. Additional (optional) steps allow Users to set up many of the [Adaptable Options](https://
|
|
14
|
+
2. Additional (optional) steps allow Users to set up many of the [Adaptable Options](https://www.adaptabletools.com/docs/reference-options-overview) that would normally be configured at design-time, in order to ensure that the AdapTable instance suits their precise requirements, as well as any required AG Grid GridOptions.
|
|
15
15
|
|
|
16
16
|
> The source data must have one column that contains **unique values** which will be set as the Primary Key column (by convention this is the first column).
|
|
17
17
|
|
|
18
18
|
## Documentation & Demos
|
|
19
19
|
|
|
20
|
-
Full details of how to install and use the No Code plugin, together with many demos, can be found at [AdapTable No Code Documentation](https://
|
|
20
|
+
Full details of how to install and use the No Code plugin, together with many demos, can be found at [AdapTable No Code Documentation](https://www.adaptabletools.com/docs/handbook-no-code)
|
|
21
21
|
|
|
22
22
|
## Example Project
|
|
23
23
|
|
|
@@ -25,7 +25,7 @@ Visit the [No Code Example Project](https://github.com/AdaptableTools/example-ad
|
|
|
25
25
|
|
|
26
26
|
## Help
|
|
27
27
|
|
|
28
|
-
Developers can learn how to access AdapTable programmatically at [AdapTable Documentation](https://
|
|
28
|
+
Developers can learn how to access AdapTable programmatically at [AdapTable Documentation](https://www.adaptabletools.com/docs).
|
|
29
29
|
|
|
30
30
|
## Other AdapTable Resources
|
|
31
31
|
|
|
@@ -36,4 +36,4 @@ For all support enquiries please email [`support@adaptabletools.com`](mailto:sup
|
|
|
36
36
|
|
|
37
37
|
## Licences
|
|
38
38
|
|
|
39
|
-
Information on AdapTable Licences can be found at [Licensing AdapTable for AG Grid](https://
|
|
39
|
+
Information on AdapTable Licences can be found at [Licensing AdapTable for AG Grid](https://www.adaptabletools.com/buy/buying-adaptable-licensing).
|