@adaptabletools/adaptable-plugin-nocode-aggrid 21.2.1 → 21.2.2

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. 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://docs.adaptabletools.com/guide/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.
14
+ 2. Additional (optional) steps allow Users to set up many of the [Adaptable Options](https://www.adaptabletools.com/docs/technical-reference-adaptable-options) 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://docs.adaptabletools.com/guide/handbook-no-code)
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://docs.adaptabletools.com).
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://docs.adaptabletools.com/guide/buying-adaptable-licensing).
39
+ Information on AdapTable Licences can be found at [Licensing AdapTable for AG Grid](https://www.adaptabletools.com/buy/buying-adaptable-licensing).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptabletools/adaptable-plugin-nocode-aggrid",
3
- "version": "21.2.1",
3
+ "version": "21.2.2",
4
4
  "description": "",
5
5
  "homepage": "http://www.adaptabletools.com/",
6
6
  "author": {