-## Links
+
Official Highcharts Grid Pro for React
-* Official website: [www.highcharts.com](https://www.highcharts.com)
-* Product page: [www.highcharts.com/products/grid](https://www.highcharts.com/products/grid)
-* Download: [www.highcharts.com/download](https://www.highcharts.com/download)
-* License: [www.highcharts.com/license](https://www.highcharts.com/license)
-* Documentation: [www.highcharts.com/docs](https://www.highcharts.com/docs/grid/frameworks/grid-with-react)
-* Support: [www.highcharts.com/support](https://www.highcharts.com/support)
-* Issues: [Working repo](https://github.com/highcharts/highcharts/issues)
+

+
+
Highcharts Grid Pro for React makes integrating editable, interactive data tables into your React projects intuitive and aligned with your React workflow, built with an API refined for React patterns.
+
+

+

+

+
+
+
+## Why Highcharts Grid Pro React?
+
+- **Options or JSX** - Pass a Grid `options` object, compose with React components such as `Data`, `Column`, `Caption`, and `Pagination`, or mix both
+- **Everything in Grid Lite** - Sorting, filtering, pagination, virtualization, theming, and accessibility
+- **Interactive Data Editing** - Built-in editors for text, numbers, dates, and more
+- **Validation** - Keep data clean with configurable rules and custom business logic
+- **Sparklines** - Show trends in-cell, including Highcharts-powered visualizations
+- **React Event Props** - Hook into load, update, sort, click, and pagination events with `on*` props
+- **TypeScript Ready** - First-class types for options, refs, events, and component props
+
+## License
+
+Grid Pro is a commercial product. Getting licensed for commercial use makes you production-ready: license, updates and support for business-critical grids. To learn more, please contact our sales team at sales@highcharts.com. You can also review our Standard License Terms and our Annual License at the links below:
+
+- [Standard License Terms](https://www.highcharts.com/license)
+- [Terms & Conditions for Annual Subscription](https://shop.highcharts.com/license-annual-3.0)
+- [Product page](https://www.highcharts.com/products/grid)
+
+Looking for the free edition? See [@highcharts/grid-lite-react](https://www.npmjs.com/package/@highcharts/grid-lite-react).
## Installation
+Install Highcharts Grid Pro React from npm:
+
```bash
npm install @highcharts/grid-pro-react
```
-## Requirements
+Or using yarn:
-- React 18 or higher
+```bash
+yarn add @highcharts/grid-pro-react
+```
+
+> **Note:** `@highcharts/grid-pro` is included as a dependency. `react` and `react-dom` are peer dependencies and are installed automatically with npm v7+. Requires React 18 or higher.
## Quick Start
-```tsx
-import React, { useState } from 'react';
+Pass your Grid Pro license key with `gridKey`. Components are optional. You can pass a Grid `options` object to `