Security News
ESLint is Now Language-Agnostic: Linting JSON, Markdown, and Beyond
ESLint has added JSON and Markdown linting support with new officially-supported plugins, expanding its versatility beyond JavaScript.
adaptableblotter-react-aggrid
Advanced tools
React version of the powerful data-agnostic HTML5 datagrid add-on that sits on top of the agGrid component and provides all the rich functionality that advanced users expect from their grids and blotters
Repository for the Adaptable Blotter React ag-Grid Wrapper.
This allows you to install, instantiate and reference the Adaptable Blotter using ag-Grid in a "React-friendly" manner.
To install Adaptable Blotter React ag-Grid via npm, run:
npm install adaptableblotter-react-aggrid
import AdaptableBlotterReact from 'adaptableblotter-react-aggrid';
import 'adaptableblotter-react-aggrid/base.css';
import 'adaptableblotter-react-aggrid/themes/light.css'
import 'ag-grid-community/dist/styles/ag-grid.css';
import 'ag-grid-community/dist/styles/ag-theme-balham.css';
const adaptableBlotterOptions: AdaptableBlotterOptions = {
primaryKey: 'tradeId',
userName: 'demo user',
blotterId: 'react demo',
};
export default () => <AdaptableBlotterReact
style={{ height: '100vh' }}
gridOptions={ ... }
blotterOptions={adaptableBlotterOptions}
onBlotterReady={(blotterApi) => { ... }}
/>
The Adaptable Blotter is a commercial product and requires a purchased licence for use.
The Adaptable Blotter licence covers both AdaptableBlotter.NET and AdaptableBlotter.JS versions, and offers regular updates and full support.
If you wish to evaluate the Adaptable Blotter before purchase, please contact us requesting a Trial Licence.
Licences are sold to end-users typically in 'bands' so the price per user falls as volumne increases. There is also a Universal option which gives unlimited usage to unlimited users.
Note: The Adaptable Blotter licence does not include the licence for the underlying grid - if you use a vendor grid that requires a commerical licence, you must purchase that separately.
Please contact the Adaptable Tools Sales Team at sales@adaptabletools.com for more information.
To see AdaptableBlotter.JS in action visit https://demo.adaptableblotter.com where you can see the Adaptable Blotter running againt a number of different dummy data sets using various underlying DataGrids.
Further information about AdaptableBlotter.JS is available at www.adaptabletools.com. And there is detailed Help at https://adaptabletools.zendesk.com/hc/en-us.
Developers can see how to access the Adaptable Blotter programmatically at https://api.adaptableblotter.com
For all enquiries please email the Adaptable Tools Support Team at support@adaptabletools.com.
FAQs
React version of the powerful data-agnostic HTML5 datagrid add-on that sits on top of the agGrid component and provides all the rich functionality that advanced users expect from their grids and blotters
The npm package adaptableblotter-react-aggrid receives a total of 3 weekly downloads. As such, adaptableblotter-react-aggrid popularity was classified as not popular.
We found that adaptableblotter-react-aggrid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint has added JSON and Markdown linting support with new officially-supported plugins, expanding its versatility beyond JavaScript.
Security News
Members Hub is conducting large-scale campaigns to artificially boost Discord server metrics, undermining community trust and platform integrity.
Security News
NIST has failed to meet its self-imposed deadline of clearing the NVD's backlog by the end of the fiscal year. Meanwhile, CVE's awaiting analysis have increased by 33% since June.