{"id":13619395,"url":"https://github.com/iamyuu/gridjs-svelte","last_synced_at":"2025-06-23T12:02:25.060Z","repository":{"id":42570632,"uuid":"329529792","full_name":"iamyuu/gridjs-svelte","owner":"iamyuu","description":"A Svelte wrapper component for Grid.js","archived":false,"fork":false,"pushed_at":"2024-11-21T07:12:31.000Z","size":83,"stargazers_count":60,"open_issues_count":12,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T00:29:12.786Z","etag":null,"topics":["filter","grid","pagination","sort","svelte","svelte-components","table"],"latest_commit_sha":null,"homepage":"https://npm.im/gridjs-svelte","language":"Svelte","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/iamyuu.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":"2021-01-14T06:40:54.000Z","updated_at":"2025-03-16T11:20:26.000Z","dependencies_parsed_at":"2024-06-18T18:38:13.813Z","dependency_job_id":null,"html_url":"https://github.com/iamyuu/gridjs-svelte","commit_stats":{"total_commits":36,"total_committers":4,"mean_commits":9.0,"dds":0.3055555555555556,"last_synced_commit":"3e704191324de10a231026e7b8f212e691a15f1f"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamyuu%2Fgridjs-svelte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamyuu%2Fgridjs-svelte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamyuu%2Fgridjs-svelte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamyuu%2Fgridjs-svelte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamyuu","download_url":"https://codeload.github.com/iamyuu/gridjs-svelte/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248916618,"owners_count":21182841,"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":["filter","grid","pagination","sort","svelte","svelte-components","table"],"created_at":"2024-08-01T21:00:39.867Z","updated_at":"2025-04-14T16:31:21.785Z","avatar_url":"https://github.com/iamyuu.png","language":"Svelte","funding_links":[],"categories":["Svelte","G"],"sub_categories":[],"readme":"# gridjs-svelte\n\nA Svelte wrapper component for [Grid.js](https://gridjs.io)\n\n## Installation\n\n```bash\nnpm install gridjs gridjs-svelte\n```\n\n## Usage\n\n```html\n\u003cscript\u003e\n\timport Grid from \"gridjs-svelte\";\n\n\tconst data = [\n\t\t{ name: \"John\", email: \"john@example.com\" },\n\t\t{ name: \"Mark\", email: \"mark@gmail.com\" },\n\t];\n\u003c/script\u003e\n\n\u003cGrid {data} /\u003e\n\n\u003cstyle global\u003e\n\t@import \"https://cdn.jsdelivr.net/npm/gridjs/dist/theme/mermaid.min.css\";\n\u003c/style\u003e\n```\n\n\u003e You can pass all Grid.js configs, refer to [Grid.js types](https://github.com/grid-js/gridjs/blob/master/src/config.ts) for specific configuration options.\n\n## Example\n\n- [Basic](https://svelte.dev/repl/3da1b239563843c4b76ab1b90115821c)\n- [Custom Style](https://svelte.dev/repl/d6fffbcd8ce0409c8bdb4a7c2e7df63c)\n- [Action Button](https://svelte.dev/repl/80eca12417414c7eabc79756c5a8f464)\n- [Server side](https://svelte.dev/repl/e772220feac54e65b132615ac4d8eb09)\n- [Event](https://svelte.dev/repl/318d3daa2ed2402cbeb965f7317c1071)\n- [Plugin](https://svelte.dev/repl/9a066ccf55f54173bf5c6c8042142566)\n- [HTML in cell](https://svelte.dev/repl/3c6d68ee5793465fb19b16b3d6831d57)\n- [Svelte component in cell](https://svelte.dev/repl/e3247cb80c344f95b1fdd2853006f159)\n- [forceRender](https://svelte.dev/repl/c779df2be3d64008b3b83fbd091df429)\n- [Star Wars](https://svelte.dev/repl/0c77bee765c1458d825a4df13aefb5a4)\n\n## Contributing\n\n**PRs are welcome!**\nYou noticed a bug, a possible improvement or whatever?\nAny help is always appreciated, so don't hesitate opening one!\n\n### Get started (Devs)\n\n```bash\ngit clone https://github.com/iamyuu/gridjs-svelte\ncd gridjs-svelte\nnpm install\nnpm run dev:web\n```\n\n### Running the tests\n\n```bash\nnpm test\n\n# or on watch mode\nnpm run test:watch\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamyuu%2Fgridjs-svelte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamyuu%2Fgridjs-svelte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamyuu%2Fgridjs-svelte/lists"}