This demo shows how you can use ipushpull inside AdapTable.
The code is using TypeScript for convenience - but it could easily be just JavaScript.
The demo is built using these key packages:
- AdapTable version 19
- AdapTable IPushPull Plugin version 19
- AG Grid version 32.1
NOTE: In order to be able to run npm install, you need to follow the AdapTable installation instructions.
Run npm install (or yarn), depending on what tool you're using.
Before running, if you want to prefill your ipushpull username & password in the demo, you can create a .env file, with the following contents:
IPUSHPULL_USERNAME="" # optional, can leave as empty string - if passed, will prefill your username in the IPushPull login dialog
IPUSHPULL_PASSWORD="" # optional, can leave as empty string - if passed, will prefill your password in the IPushPull login dialogYou can run the project by executing the following command
$ npm run devNOTE: 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.
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.
General information about Adaptable Tools is available at our Website
For all support enquiries please email support@adaptabletools.com or raise a Support Ticket.