The AG Grid HR Demo in React.js.
-
Get a copy of this folder using degit (without the git respository files):
npx degit ag-grid/ag-grid-demos/hr/react ag-grid-hr-example-react-vite cd ag-grid-hr-example-react-vite
Alternatively, you can get the files using
git clone
:git clone [email protected]:ag-grid/ag-grid-demos.git cd ag-grid-demos/hr/react
-
Install dependencies:
npm install
-
Run the dev server:
npm run dev
This example code was generated with the Vite React Typescript template using:
npm create vite@latest hr/react -- --template react-ts
# With the addition of the following modules
npm i @ag-grid-community/react \
@ag-grid-community/styles \
@ag-grid-community/core \
@ag-grid-community/client-side-row-model \
@ag-grid-enterprise/excel-export \
@ag-grid-enterprise/master-detail \
@ag-grid-enterprise/rich-select \
@ag-grid-enterprise/row-grouping \
@ag-grid-enterprise/set-filter \
@ag-grid-enterprise/status-bar
AG Grid Enterprise customers have access to dedicated support via ZenDesk, which is monitored by our engineering teams.
If you have found a bug, please report it in our main repository's issues section.