Aurelia-Slickgrid library client demos with different bundler types.
The latest code only works with Aurelia 2, if you still wish to use Aurelia 1 then take a look at the version6 branch.
Open in Stackblitz
| Stackblitz | Description |
|---|---|
| with I18N Translate | |
| Single Locale (without i18n) |
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/aurelia-row-detail-plugin | Row Detail plugin | |
| @slickgrid-universal/composite-editor-component | Composite Editor Modal Component | |
| @slickgrid-universal/custom-tooltip-plugin | Custom Tooltip Plugin | |
| @slickgrid-universal/excel-export | Export to Excel Service (xls/xlsx) | |
| @slickgrid-universal/pdf-export | Export to PDF Service | |
| @slickgrid-universal/text-export | Export to Text File Service (csv/txt) | |
| @slickgrid-universal/graphql | GraphQL Query Service (support Filter/Sort/Pagination) | |
| @slickgrid-universal/odata | OData Query Service (support Filter/Sort/Pagination) | |
| @slickgrid-universal/sql | SQL Query Service (support Filter/Sort/Pagination) | |
| @slickgrid-universal/rxjs-observable | RxJS Observable Service Wrapper |
git clone https://github.com/ghiscoding/aurelia-slickgrid-demos
cd vite-with-i18n
npm install # OR yarn install
npm start # OR yarn startThen open your browser to
http://localhost:7920npm run build # OR yarn run buildgit clone https://github.com/ghiscoding/aurelia-slickgrid-demos
cd vite-single-locale
npm install # OR yarn install
npm run start # OR yarn startThen open your browser to
http://localhost:7910run run build # OR yarn run build