{"id":16298951,"url":"https://github.com/ghiscoding/slickgrid-universal-webpack-demo","last_synced_at":"2025-03-20T05:30:45.447Z","repository":{"id":167439303,"uuid":"611494222","full_name":"ghiscoding/slickgrid-universal-webpack-demo","owner":"ghiscoding","description":"Slickgrid-Universal WebPack Demo","archived":false,"fork":false,"pushed_at":"2025-03-06T22:47:00.000Z","size":24092,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T14:53:15.980Z","etag":null,"topics":["datagrid","slickgrid","webpack"],"latest_commit_sha":null,"homepage":"https://ghiscoding.github.io/slickgrid-universal-webpack-demo/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghiscoding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-08T23:57:23.000Z","updated_at":"2025-03-06T22:46:16.000Z","dependencies_parsed_at":"2024-02-04T21:30:16.867Z","dependency_job_id":"6fbbe77d-bca3-43fe-b327-eaf107f8cfed","html_url":"https://github.com/ghiscoding/slickgrid-universal-webpack-demo","commit_stats":null,"previous_names":["ghiscoding/slickgrid-universal-webpack-demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghiscoding%2Fslickgrid-universal-webpack-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghiscoding%2Fslickgrid-universal-webpack-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghiscoding%2Fslickgrid-universal-webpack-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghiscoding%2Fslickgrid-universal-webpack-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghiscoding","download_url":"https://codeload.github.com/ghiscoding/slickgrid-universal-webpack-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244559710,"owners_count":20472206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datagrid","slickgrid","webpack"],"created_at":"2024-10-10T20:46:05.609Z","updated_at":"2025-03-20T05:30:44.887Z","avatar_url":"https://github.com/ghiscoding.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slickgrid-Universal WebPack Demo\n## Demo of the [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal) library\n\nThis project is demoing multiple examples of [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal), the binding \u0026 routing are very basic and **not at all recommended for production release**, it was created for demo purpose only so please keep that in mind.\n\n### Install and Start Demo\n```sh\n# installation\nnpm install\n\n# dev demo, port: 3000\nnpm run dev\n```\n\n**Note** that the demo are lazy loaded and can take a couple of seconds to load when changing route\n\n## Important Information\n### Optional NPM Packages\nPlease 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.\n\nAgain the following dependencies are totally **OPTIONAL**\n\n| Package Name | Version | Description |\n| ------------ | ------- | ----------- |\n| [@slickgrid-universal/composite-editor-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/composite-editor-component) | [![npm](https://img.shields.io/npm/v/@slickgrid-universal/composite-editor-component.svg?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/composite-editor-component) | Composite Editor Modal Component |\n| [@slickgrid-universal/custom-tooltip-plugin](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/custom-tooltip-plugin) | [![npm](https://img.shields.io/npm/v/@slickgrid-universal/custom-tooltip-plugin.svg?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/custom-tooltip-plugin) | Custom Tooltip Plugin |\n| [@slickgrid-universal/excel-export](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/excel-export) | [![npm](https://img.shields.io/npm/v/@slickgrid-universal/excel-export.svg?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/excel-export) | Export to Excel Service (xls/xlsx) |\n| [@slickgrid-universal/text-export](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/text-export) | [![npm](https://img.shields.io/npm/v/@slickgrid-universal/text-export.svg?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/text-export) | Export to Text File Service (csv/txt) |\n| [@slickgrid-universal/graphql](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/graphql) | [![npm](https://img.shields.io/npm/v/@slickgrid-universal/graphql.svg?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/graphql) | GraphQL Query Service (support Filter/Sort/Pagination) |\n| [@slickgrid-universal/odata](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/odata) | [![npm](https://img.shields.io/npm/v/@slickgrid-universal/odata.svg?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/odata) | OData Query Service (support Filter/Sort/Pagination) |\n| [@slickgrid-universal/rxjs-observable](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/rxjs-observable) | [![npm](https://img.shields.io/npm/v/@slickgrid-universal/rxjs-observable.svg?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/rxjs-observable) | RxJS Observable Service Wrapper |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghiscoding%2Fslickgrid-universal-webpack-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghiscoding%2Fslickgrid-universal-webpack-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghiscoding%2Fslickgrid-universal-webpack-demo/lists"}