Highcharts Grid Lite is the free, standalone version of our Dashboards Grid component, from the creators of the Highcharts charting library. Designed to meet modern web standards optimized for high performance in large datasets, Grid Lite is perfect for creating responsive, interactive tables for simple use cases.
- Official website: highcharts.com
- Product page: highcharts.com/products/grid
- Documentation: highcharts.com/docs/grid
- Demos: highcharts.com/demo
- Download page: highcharts.com/download
- Licensing: LICENSE.txt
- Shop: shop.highcharts.com
- Support: highcharts.com/support
- Issues: github.com/highcharts
Highcharts Grid Lite is a source available product.
To use full version of Higcharts Grid, currently in our Dashboards package, you must have a valid license for Highcharts Dashboards. Please refer to shop.highcharts.com for details on licensing.
If you simply want to include Highcharts Grid Lite into a project, use the distribution package, or refer to the download page.
For general installation instructions, see installation documentation
You can install Grid Lite via NPM:
npm install @highcharts/grid-lite
Then, import the package into your project:
import * as Grid from "@highcharts/grid-lite";
import "@highcharts/grid-lite/css/grid.css";
Instead of downloading, you can use jsDelivr CDN to access files directly. See code.highcharts.com for details.
<script src="https://cdn.jsdelivr.net/npm/@highcharts/grid-lite/grid-lite.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@highcharts/grid-lite/css/grid.css">