Aurelia-Slickgrid - Client Demos

April 6, 2026 ยท View on GitHub

Aurelia-Slickgrid library client demos with different bundler types.

Requires Aurelia 2

The latest code only works with Aurelia 2, if you still wish to use Aurelia 1 then take a look at the version6 branch.

Stackblitz

Open in Stackblitz

StackblitzDescription
Open in StackBlitzwith I18N Translate
Open in StackBlitzSingle Locale (without i18n)

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/aurelia-row-detail-pluginnpmRow Detail plugin
@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/pdf-exportnpmExport to PDF Service
@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)
@slickgrid-universal/sqlnpmSQL Query Service (support Filter/Sort/Pagination)
@slickgrid-universal/rxjs-observablenpmRxJS Observable Service Wrapper

Vite and Bootstrap 5 (with TypeScript)

Install and Start Demo

git clone https://github.com/ghiscoding/aurelia-slickgrid-demos
cd vite-with-i18n
npm install # OR yarn install
npm start # OR yarn start

Then open your browser to

http://localhost:7920

Build Demo

npm run build # OR yarn run build

Vite and Bootstrap 5 with single Locale & without I18N (TypeScript)

Install and Start Demo

git clone https://github.com/ghiscoding/aurelia-slickgrid-demos
cd vite-single-locale
npm install # OR yarn install
npm run start # OR yarn start

Then open your browser to

http://localhost:7910

Build Demo

run run build # OR yarn run build