{"id":16298963,"url":"https://github.com/ghiscoding/slickgrid-react-demos","last_synced_at":"2025-06-14T14:34:29.774Z","repository":{"id":64368924,"uuid":"575262690","full_name":"ghiscoding/slickgrid-react-demos","owner":"ghiscoding","description":"Multiple demos of Slickgrid-React library","archived":false,"fork":false,"pushed_at":"2025-05-31T19:57:07.000Z","size":44917,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-01T07:49:54.425Z","etag":null,"topics":["datagrid","datatable","graphql","livedemo","odata","reactjs","treeview"],"latest_commit_sha":null,"homepage":"https://ghiscoding.github.io/slickgrid-react-demos/","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":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"ghiscoding","ko_fi":"ghiscoding"}},"created_at":"2022-12-07T05:33:00.000Z","updated_at":"2025-05-31T19:56:14.000Z","dependencies_parsed_at":"2024-05-12T04:23:58.057Z","dependency_job_id":"406d1a11-9700-4901-a009-da13c40c5a56","html_url":"https://github.com/ghiscoding/slickgrid-react-demos","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ghiscoding/slickgrid-react-demos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghiscoding%2Fslickgrid-react-demos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghiscoding%2Fslickgrid-react-demos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghiscoding%2Fslickgrid-react-demos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghiscoding%2Fslickgrid-react-demos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghiscoding","download_url":"https://codeload.github.com/ghiscoding/slickgrid-react-demos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghiscoding%2Fslickgrid-react-demos/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259831591,"owners_count":22918549,"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","datatable","graphql","livedemo","odata","reactjs","treeview"],"created_at":"2024-10-10T20:46:07.435Z","updated_at":"2025-06-14T14:34:29.753Z","avatar_url":"https://github.com/ghiscoding.png","language":"TypeScript","funding_links":["https://github.com/sponsors/ghiscoding","https://ko-fi.com/ghiscoding"],"categories":[],"sub_categories":[],"readme":"# Slickgrid-React Demos\n## Multiple Demos of the [Slickgrid-React](https://github.com/ghiscoding/slickgrid-universal/tree/master/frameworks/slickgrid-react) library\n\n### Installation\nGit clone the demo and npm install it, then run and enjoy fully working demo.\n\n```sh\ngit clone https://github.com/ghiscoding/slickgrid-react-demos\ncd slickgrid-react-demos/bootstrap5-i18n-demo\nnpm install # or yarn install\nnpm run dev # or yarn dev\n```\n\n##### Build Demo\n```bash\nnpm run build # OR yarn run build\n```\n#### VScode\nIf you use Visual Studio Code, you can also run each of the demo through the multiple VSCode Tasks.\n\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghiscoding%2Fslickgrid-react-demos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghiscoding%2Fslickgrid-react-demos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghiscoding%2Fslickgrid-react-demos/lists"}