React Wrapper Installation
important
The Installation Guide explains how to log into private npm registry: https://registry.adaptabletools.com
Once logged in follow these 2 steps:
Install the AdapTable React Wrapper
npm i @adaptabletools/adaptable-react-aggrid
tip
You do not also need to install the core AdapTable package
Install any Plugins that are required:
For example to use Master-Detail functionality add:
npm i @adaptabletools/adaptable-plugin-master-detail-aggrid
note
Plugins reduce download size by placing less frequently used functionality outside the main download.
warning
Most Plugins are very small but some (e.g. Charts) will add signifcantly to the download size.
Make sure that all the Peer Dependencies are installed. These are currently:
"peerDependencies": {"@ag-grid-community/all-modules": ">=24.0.0","@ag-grid-community/react": ">=24.0.0","react": ">=16.8.0","react-dom": ">=16.8.0",}warning
You must install @ag-grid-community/all-modules and @ag-grid-community/react packages**