https://github.com/ghiscoding/slickgrid-vue-demos
Multiple demos of Slickgrid-Vue library
https://github.com/ghiscoding/slickgrid-vue-demos
datagrid datatable graphql odata treeview vue3 vuejs
Last synced: 8 months ago
JSON representation
Multiple demos of Slickgrid-Vue library
- Host: GitHub
- URL: https://github.com/ghiscoding/slickgrid-vue-demos
- Owner: ghiscoding
- Created: 2024-12-05T04:17:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T19:28:21.000Z (9 months ago)
- Last Synced: 2025-04-06T00:02:23.917Z (8 months ago)
- Topics: datagrid, datatable, graphql, odata, treeview, vue3, vuejs
- Language: Vue
- Homepage: https://ghiscoding.github.io/slickgrid-vue-demos/
- Size: 9.21 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# [Slickgrid-Vue](https://github.com/ghiscoding/slickgrid-universal/tree/master/frameworks/slickgrid-vue) - Bootstrap 5 Demo with i18n
## Important Note
Please note that some of the npm packages that are installed in these demos are **optional** and are installed **only** for demo purposes. If you don't need any of the feature desribe below, then don't install it (remove it from your `package.json`) and you'll end up with a much smaller production build.
Again please note that the following dependencies are totally **optional**
| Package Name | Version | Description |
| ------------ | ------- | ----------- |
| [@slickgrid-universal/composite-editor-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/composite-editor-component) | [](https://www.npmjs.com/package/@slickgrid-universal/composite-editor-component) | Composite Editor Modal Component |
| [@slickgrid-universal/custom-tooltip-plugin](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/custom-tooltip-plugin) | [](https://www.npmjs.com/package/@slickgrid-universal/custom-tooltip-plugin) | Custom Tooltip Plugin |
| [@slickgrid-universal/excel-export](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/excel-export) | [](https://www.npmjs.com/package/@slickgrid-universal/excel-export) | Export to Excel Service (xls/xlsx) |
| [@slickgrid-universal/text-export](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/text-export) | [](https://www.npmjs.com/package/@slickgrid-universal/text-export) | Export to Text File Service (csv/txt) |
| [@slickgrid-universal/graphql](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/graphql) | [](https://www.npmjs.com/package/@slickgrid-universal/graphql) | GraphQL Query Service (support Filter/Sort/Pagination) |
| [@slickgrid-universal/odata](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/odata) | [](https://www.npmjs.com/package/@slickgrid-universal/odata) | OData Query Service (support Filter/Sort/Pagination) |
---
### Install and Start Demo
```bash
git clone https://github.com/ghiscoding/slickgrid-vue-demos
cd slickgrid-vue-demos
npm install # OR yarn install
npm dev # OR yarn start
```
Then open your browser to
```html
http://localhost:7070
```
### Build Demo
```bash
run build # OR yarn run build
```