Highcharts Grid Lite is the free version of Highcharts Grid, 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.
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-liteThen, import the package into your project:
import * as Grid from "@highcharts/grid-lite";
import "@highcharts/grid-lite/css/grid-lite.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-lite.css">