Demo of AdapTable No-code plugin - using Version 15 of AdapTable
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:3000 to see the production version.
"nocode" means that you don't have to pre-design and configure your columns, or know the grid layout ahead-of-time.
You do have to write some code to get this up and running, but minimal - you can find it in src/index.ts
Full details of how to install and use the No Code plugin, together with many demos, can be found at AdapTable No Code Documentation
Developers can learn how to access AdapTable programmatically at AdapTable Documentation.
General information about Adaptable Tools is available at our Website
For all support enquiries please email support@adaptabletools.com
or raise a Support Ticket.
Information on AdapTable Licences can be found at Licensing AdapTable for AG Grid.