This is a very basic example of how to get started with AdapTable - the market-leading, low code AG Grid extension.
This template is particularly useful if you wish to build a very small demo for Support purposes.
It is written purely in TypeScript and does not use one of the Framework wrappers.
A JavaScript only version will soon be available...
For full information on how to use AdapTable see the AdapTable Documentation.
The demo is built using these key packages:
This template contains just the bare bones required to set up an AdapTable instance.
A "real world" example would likely include:
- Design-time - providing Adaptable Options and Predefined Config to configure the application
- Run-time - using the Adaptable API and listening to Adaptable Events
Run npm install
(or yarn
), depending on what tool you're using.
Execute the following command
$ npm run dev
NOTE: The first time you run this, it takes longer as parcel generates some cache, etc - subsequent runs will be a lot faster
Now navigate to localhost:1234 in order the see AdapTable in action.
Any change you make in your sources will trigger a browser reload, since parceljs comes with built-in hot-reloading in order to keep you productive.
$ npm run build
This generates a dist
folder, which you can deploy on a webserver.
On your local machine, you can run
$ npx serve dist
to launch a webserver that serves the generated dist
folder - now go to localhost:5000 to see the production version.
An AdapTable Licence provides access to all product features as well as quarterly updates and enhancements through the lifetime of the licence, comprehensive support, and access to all 3rd party libraries.
Licences can be purchased individually, for a team, for an organisation or for integration into software for onward sale.
We can make a Trial Licence available for a short period of time to allow you to try out AdapTable for yourself.
Please contact sales@adaptabletools.com
for more information.
Developers can learn how to access AdapTable programmatically at AdapTable Documentation.
Here you can see a large number of AdapTable demos each showing a different feature, function or option in AdapTable.
To see AdapTable in action visit our Demo Site which contains a few larger demos.
General information about Adaptable Tools is available at our Website
For all support enquiries please raise a Support Ticket.