Skip to content

ghiscoding/slickgrid-universal-webpack-demo

Repository files navigation

Slickgrid-Universal WebPack Demo

Demo of the Slickgrid-Universal library

This project is demoing multiple examples of Slickgrid-Universal, the binding & routing are very basic and not at all recommended for production release, it was created for demo purpose only so please keep that in mind.

Install and Start Demo

# installation
npm install

# dev demo, port: 3000
npm run dev

Note that the demo are lazy loaded and can take a couple of seconds to load when changing route

Important Information

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 Name Version Description
@slickgrid-universal/composite-editor-component npm Composite Editor Modal Component
@slickgrid-universal/custom-tooltip-plugin npm Custom Tooltip Plugin
@slickgrid-universal/excel-export npm Export to Excel Service (xls/xlsx)
@slickgrid-universal/text-export npm Export to Text File Service (csv/txt)
@slickgrid-universal/graphql npm GraphQL Query Service (support Filter/Sort/Pagination)
@slickgrid-universal/odata npm OData Query Service (support Filter/Sort/Pagination)
@slickgrid-universal/rxjs-observable npm RxJS Observable Service Wrapper