Quick start
1. Install NPM Package
npm install angular-slickgridOptional ngx-translate
ngx-translateAngular Version
@ngx-translate/core
2. Add Bootstrap script/css (or any other UI framework)
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css", // optional, install when you use Bootstrap
"styles.css"
],
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.js", // optional, install when you use Bootstrap
],3. CSS / SASS Styles
CSS
SASS (scss)
4. for Angular-Slickgrid for version >= 10.x - Standalone Component
Angular-Slickgrid for version >= 10.x - Standalone Component5. for Angular-Slickgrid version < 10.0
Angular-Slickgrid version < 10.0App Module (legacy)
Standalone (App Config)
6. Install/Setup ngx-translate for Localization (optional)
ngx-translate for Localization (optional)If you don't want to use any Translate Service and use only 1 Locale then take a look at the (Single Locale) demo on the Angular-Slickgrid-Demos repo.
without Translate
with Translate
7. Create a basic grid
8. Explore the Documentation
9. How to load data with HttpClient?
HttpClient?10. Live Demo - Clone the Examples
11. CSP Compliance
12. Missing Features compared to SlickGrid?
13. Troubleshooting - Build Errors/Warnings
14. Having some issues?
Final word
Last updated