Home

Awesome

Slickgrid-React Demos

Multiple Demos of the Slickgrid-React library

Installation

Git clone the demo and npm install it, then run and enjoy fully working demo.

git clone https://github.com/ghiscoding/slickgrid-react-demos
cd slickgrid-react-demos
npm install # or yarn install
npm run dev # or yarn dev
Build Demo
npm run build # OR yarn run build

VScode

If you use Visual Studio Code, you can also run each of the demo through the multiple VSCode Tasks.

Optional NPM Packages

Please note that some of the npm packages installed in these demos are optional and are installed only for demo purposes. If you don't need the feature then don't install it (remove it from your package.json) and you'll end up with a smaller production build.

Again the following dependencies are totally OPTIONAL

Package NameVersionDescription
@slickgrid-universal/composite-editor-componentnpmComposite Editor Modal Component
@slickgrid-universal/custom-tooltip-pluginnpmCustom Tooltip Plugin
@slickgrid-universal/excel-exportnpmExport to Excel Service (xls/xlsx)
@slickgrid-universal/text-exportnpmExport to Text File Service (csv/txt)
@slickgrid-universal/graphqlnpmGraphQL Query Service (support Filter/Sort/Pagination)
@slickgrid-universal/odatanpmOData Query Service (support Filter/Sort/Pagination)