{"id":26210337,"url":"https://github.com/tgothorp/simpleblazorgrid","last_synced_at":"2026-05-02T08:31:33.593Z","repository":{"id":199067461,"uuid":"655654537","full_name":"tgothorp/SimpleBlazorGrid","owner":"tgothorp","description":"A simple and easy way to create data grid with Blazor","archived":false,"fork":false,"pushed_at":"2023-11-18T16:20:40.000Z","size":2260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-01T23:36:57.055Z","etag":null,"topics":["blazor","c-sharp","dotnet"],"latest_commit_sha":null,"homepage":"https://simpleblazorgrid.com","language":"C#","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/tgothorp.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-06-19T10:25:07.000Z","updated_at":"2023-10-08T13:38:59.000Z","dependencies_parsed_at":"2025-03-12T07:39:05.793Z","dependency_job_id":null,"html_url":"https://github.com/tgothorp/SimpleBlazorGrid","commit_stats":null,"previous_names":["tgothorp/simpleblazorgrid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tgothorp/SimpleBlazorGrid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgothorp%2FSimpleBlazorGrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgothorp%2FSimpleBlazorGrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgothorp%2FSimpleBlazorGrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgothorp%2FSimpleBlazorGrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tgothorp","download_url":"https://codeload.github.com/tgothorp/SimpleBlazorGrid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgothorp%2FSimpleBlazorGrid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32528108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["blazor","c-sharp","dotnet"],"created_at":"2025-03-12T07:28:56.598Z","updated_at":"2026-05-02T08:31:33.568Z","avatar_url":"https://github.com/tgothorp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Blazor Grid\n\n\u003e ⚠ Simple Blazor Grid is still in prelease, some features may be missing or broken ⚠\n\nSimple Blazor Grid provides a simple and effective way to easily create data grids in Blazor with searching, sorting, paging and filtering all supported out-of-the-box.\n\n## [Website](https://simpleblazorgrid.com) | [Documentation](https://simpleblazorgrid.com/documentation) | [NuGet](https://www.nuget.org/packages/SimpleBlazorGrid.Core)\n\n![A screenshot of a Simple Blazor Grid](img/screenshot_table.png)\n\n## Getting Started\n\n### 1. Install Simple Blazor Grid into your project from [NuGet](https://www.nuget.org/packages/SimpleBlazorGrid.Core)\n\n```\ndotnet add package SimpleBlazorGrid.Core\n```\n\n### 2. Add Simple Blazor Grid to your services\n\n```\nbuilder.Services.AddSimpleBlazorGrid();\n```\n\nYou can additionally, pass a `SimpleDataGridConfiguration` object to `.AddSimpleBlazorGrid()` to configure table colours and data formatting. For a full rundown, see the [configuration](https://simpleblazorgrid.com/documentation/configuration) section of the documentation.\n\n### 3. Import the CSS\n\nIn your `_Host.cshtml` file, add the following line;\n\n```\n\u003clink rel=\"stylesheet\" href=\"~/_content/SimpleBlazorGrid.Core/css/simpledatagrid.css\"/\u003e\n```\n\n### 4. Create your first Simple Blazor Grid!\n\n_Congratulations!_ You are now ready to create your first grid. Take a look at the [demo grid](https://simpleblazorgrid.com) on the home page to see how Simple Blazor Grid workd or read the [getting started](https://simpleblazorgrid.com/documentation/getting-started) guide to get started!\n\n## Building\n\nSASS is required to build the solution, please run the appropriate command below to install it.\n\n### Windows (Chocolatey)\n\n```\nchoco install sass\n```\n\n### MacOS / Linux (Homebrew)\n\n```\nbrew install sass/sass/sass\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgothorp%2Fsimpleblazorgrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftgothorp%2Fsimpleblazorgrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgothorp%2Fsimpleblazorgrid/lists"}