Skip to content

ViktorDolezel/angular-slickgrid-demos

 
 

Repository files navigation

Angular-Slickgrid Demos

Multiple Demos of the Angular-Slickgrid library

Previous Version 2.x Reference

In case you need to refer to the previous 2.x demo code, a tag was created before releasing the new major 3.x version, so here's the 2.30.2 tag link.

Installation

Choose the theme and feature you want, they are separated into 2 theme (Bootstrap 4 or 5) and there's a demo with Custom Locales (without ngx-translate, fixed Locales) and the other demos are all with ngx-translate (dynamically switch language on the fly).

VScode

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

Important Note

Angular-Slickgrid & Slickgrid-Universal compatibility

For a full compatibility table of Angular-Slickgrid with Slickgrid-Universal, you can consult the Versions Compatibility Table - Wiki

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)

Bootstrap 4 - with Custom Locales (single locale)

This is the same as the Bootstrap 4 demo except that it uses custom Locale(s) and does not require (neither use) ngx-translate and are with fixed Locale(s) (this means you cannot switch locale on the fly). The Locales that were added for the demo (English/French), can be found under src/app/locales. You can use, and define, your own custom Locales via a TypeScript file.

Install and Start Demo
git clone https://github.com/ghiscoding/angular-slickgrid-demos
cd bootstrap4-demo-with-locales
npm install # OR yarn install
npm start # OR yarn start
Build Demo
npm run build # OR yarn run build

Bootstrap 4 - with ngx-translate

Common Bootstrap 4 demo using ngx-translate to provide the use of multiple languages (locales) which can be switched dynamically (on the fly).

Install and Start Demo
git clone https://github.com/ghiscoding/angular-slickgrid-demos
cd bootstrap4-demo-with-translate
npm install # OR yarn install
npm start # OR yarn start
Build Demo
npm run build # OR yarn run build

Bootstrap 5 - with ngx-translate

Common Bootstrap 5 demo using ngx-translate to provide the use of multiple languages (locales) which can be switched dynamically (on the fly).

Install and Start Demo
git clone https://github.com/ghiscoding/angular-slickgrid-demos
cd bootstrap5-demo-with-translate
npm install # OR yarn install
npm start # OR yarn start
Build Demo
npm run build # OR yarn run build

About

Multiple demos of Angular-Slickgrid library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.1%
  • HTML 15.0%
  • SCSS 2.6%
  • JavaScript 0.3%