AdapTable Openfin Plugin Read Me
In order to use this plugin, you have to install @adaptabletools/adaptable-plugin-openfin
and specify it in your adaptableOptions
configuration object, as shown below:
const adaptableOptions: AdaptableOptions = {
adaptableId: 'openfindemo1',
plugins: [
openfin()
]
}
OpenFin configuration
To use the AdapTable-Excel integration with your openfin setup, in your app.json, you need to specify
"services": [
{ "name": "excel",
"manifestUrl": "http://openfin.github.io/excel-api-example/provider/app.json"
}
]
Help
Developers can learn how to access AdapTable programmatically at AdapTable Documentation which contains information on using the OpenFin Plugin
Other AdapTable Resources
General information about Adaptable Tools is available at our Website
Support
For all support enquiries please email support@adaptabletools.com
or raise a Support Ticket.