{"id":15176790,"url":"https://github.com/ramonmeffert/svelte-datagrid","last_synced_at":"2026-06-23T08:30:16.606Z","repository":{"id":163444650,"uuid":"637223696","full_name":"RamonMeffert/svelte-datagrid","owner":"RamonMeffert","description":"A Svelte library for type-safe data grids.","archived":false,"fork":false,"pushed_at":"2024-03-29T15:20:50.000Z","size":711,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T11:45:56.161Z","etag":null,"topics":["component","datagrid","svelte","type-safety"],"latest_commit_sha":null,"homepage":"https://svelte-datagrid.pages.dev/","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/RamonMeffert.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-05-06T22:17:51.000Z","updated_at":"2023-05-10T12:13:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c105e61-b719-4a85-9a83-f128af1baf65","html_url":"https://github.com/RamonMeffert/svelte-datagrid","commit_stats":{"total_commits":38,"total_committers":1,"mean_commits":38.0,"dds":0.0,"last_synced_commit":"2c00aa700388c614463f6e58bb8e77ff3ca29f12"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamonMeffert%2Fsvelte-datagrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamonMeffert%2Fsvelte-datagrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamonMeffert%2Fsvelte-datagrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamonMeffert%2Fsvelte-datagrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RamonMeffert","download_url":"https://codeload.github.com/RamonMeffert/svelte-datagrid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271520,"owners_count":19774859,"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":["component","datagrid","svelte","type-safety"],"created_at":"2024-09-27T13:42:32.525Z","updated_at":"2026-06-23T08:30:16.547Z","avatar_url":"https://github.com/RamonMeffert.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Svelte Datagrid\n\n\u003e **Warning**  \n\u003e This library is a work-in-progress. The API is not finalized, and the\n\u003e documentation is far from complete.\n\nAn experimental type-safe datagrid library aiming to improve developer\nexperience over existing libraries while maintaining great performance and\ncustomisability.\n\n## Getting started\n\n\u003e **Note**  \n\u003e Full documentation is available on \u003chttps://svelte-datagrid.pages.dev/docs\u003e.\n\nA basic table looks like this:\n\n```svelte\n\u003cDataGrid type={Book} source={books} let:data\u003e\n  \u003cColumn {data} header=\"Title\" value={b =\u003e b.title} /\u003e\n  \u003cColumn {data} header=\"Author\" value={b =\u003e b.author} /\u003e\n  \u003cColumn {data} header=\"Price\" value={b =\u003e b.price} /\u003e\n  \u003cListPaginator slot=\"paginator\" /\u003e\n\u003c/DataGrid\u003e\n```\n\n## Developing\n\n```sh\ngit clone https://github.com/RamonMeffert/svelte-datagrid.git\ncd svelte-datagrid\nbun install\nbun run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonmeffert%2Fsvelte-datagrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framonmeffert%2Fsvelte-datagrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonmeffert%2Fsvelte-datagrid/lists"}