Skip to content

AdaptableTools/support-template-adaptable-aggrid-vanillajs

Repository files navigation

AdapTable (Vanilla JavaScript) Support Template

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 JavaScript and does not use one of the Framework wrappers, nor does it use TypeScript.

For full information on how to use AdapTable see the AdapTable Documentation.

Versions and Dependencies

The demo is built using these key packages:

Contents

This template contains just the bare bones required to set up an AdapTable instance.

A "real world" example would likely include:

Installation

Run npm install (or yarn), depending on what tool you're using.

Running in Development Mode

Execute the following command

$ npm run dev

Now navigate to http://localhost:5173/ 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.

Building for Production

$ 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.

Licences

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.

Help

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.

Demo

To see AdapTable in action visit our Demo Site which contains a few larger demos.

More Information

General information about Adaptable Tools is available at our Website

Support

For all support enquiries please raise a Support Ticket.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published