Demo of AdapTable - using parceljs as build tool for quick setup
This demo is using TypeScript for convenience - but it could easily be just JavaScript.
The demo is built using these key packages:
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 the 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:3000 to see the production version.
This repo also shows how you can minify AdapTable - for this, run npm run minify
- this runs webpack (see config in webpack.config.js
) on :
agGridConfig.js
file found in the root folder. The script generatesminified/agGridBundle.umd.js
- a minified bundle of several AG Grid modules, see the AG Grid documentation for detailsadaptableConfig.js
file found in the root folder. The script generatesminified/adaptableBundle.js
- a minified version of AdapTable, which contains all the dependencies that AdapTable needs to work properly, excluding the@ag-grid-community/core
peer dependency package which is provided by the previousagGridBundle.umd.js
file
Then, in order to use the minified version, you can run npm run serve-minified
- which simply runs a webserver in the current folder - now you can open localhost:1234/with-minified
In order to modify the demo, you can edit the with-minified.html file, which uses the minified version of AdapTable.
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 integratn 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 email support@adaptabletools.com
or raise a Support Ticket.
io