{"id":16286146,"url":"https://github.com/wieslawsoltes/templateddatagrid","last_synced_at":"2025-03-20T02:31:34.968Z","repository":{"id":149981450,"uuid":"394569251","full_name":"wieslawsoltes/TemplatedDataGrid","owner":"wieslawsoltes","description":"A DataGrid control based on ListBox and Grid panels.","archived":true,"fork":false,"pushed_at":"2024-12-23T20:43:22.000Z","size":325,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-17T13:54:36.900Z","etag":null,"topics":["avalonia","avaloniaui","axaml","control","datagrid","grid","listbox","panel","xaml"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"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/wieslawsoltes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.TXT","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},"funding":{"github":["wieslawsoltes"]}},"created_at":"2021-08-10T07:51:14.000Z","updated_at":"2025-03-07T17:54:34.000Z","dependencies_parsed_at":"2024-12-23T21:26:14.057Z","dependency_job_id":"e2473562-6874-4ed9-a3c8-d49462236764","html_url":"https://github.com/wieslawsoltes/TemplatedDataGrid","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FTemplatedDataGrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FTemplatedDataGrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FTemplatedDataGrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FTemplatedDataGrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wieslawsoltes","download_url":"https://codeload.github.com/wieslawsoltes/TemplatedDataGrid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244538590,"owners_count":20468745,"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":["avalonia","avaloniaui","axaml","control","datagrid","grid","listbox","panel","xaml"],"created_at":"2024-10-10T19:42:23.820Z","updated_at":"2025-03-20T02:31:34.437Z","avatar_url":"https://github.com/wieslawsoltes.png","language":"C#","funding_links":["https://github.com/sponsors/wieslawsoltes"],"categories":[],"sub_categories":[],"readme":"# TemplatedDataGrid\n\n[![Build Status](https://dev.azure.com/wieslawsoltes/GitHub/_apis/build/status/wieslawsoltes.TemplatedDataGrid?branchName=main)](https://dev.azure.com/wieslawsoltes/GitHub/_build/latest?definitionId=91\u0026branchName=main)\n[![CI](https://github.com/wieslawsoltes/TemplatedDataGrid/actions/workflows/build.yml/badge.svg)](https://github.com/wieslawsoltes/TemplatedDataGrid/actions/workflows/build.yml)\n\n[![NuGet](https://img.shields.io/nuget/v/TemplatedDataGrid.svg)](https://www.nuget.org/packages/TemplatedDataGrid)\n[![NuGet](https://img.shields.io/nuget/dt/TemplatedDataGrid.svg)](https://www.nuget.org/packages/TemplatedDataGrid)\n[![MyGet](https://img.shields.io/myget/templateddatagrid-nightly/vpre/TemplatedDataGrid.svg?label=myget)](https://www.myget.org/gallery/templateddatagrid-nightly) \n\nA DataGrid control based on ListBox and Grid panels.\n\n![image](https://user-images.githubusercontent.com/2297442/129415635-15da4974-1b12-42a6-a97a-71f6cf48658b.png)\n\n## Building TemplatedDataGrid\n\nFirst, clone the repository or download the latest zip.\n```\ngit clone https://github.com/wieslawsoltes/TemplatedDataGrid.git\n```\n\n### Build on Windows using script\n\n* [.NET Core](https://www.microsoft.com/net/download?initial-os=windows).\n\nOpen up a command-prompt and execute the commands:\n```\n.\\build.ps1\n```\n\n### Build on Linux using script\n\n* [.NET Core](https://www.microsoft.com/net/download?initial-os=linux).\n\nOpen up a terminal prompt and execute the commands:\n```\n./build.sh\n```\n\n### Build on OSX using script\n\n* [.NET Core](https://www.microsoft.com/net/download?initial-os=macos).\n\nOpen up a terminal prompt and execute the commands:\n```\n./build.sh\n```\n\n## NuGet\n\nTemplatedDataGrid is delivered as a NuGet package.\n\nYou can find the packages here [NuGet](https://www.nuget.org/packages/TemplatedDataGrid/) and install the package like this:\n\n`Install-Package TemplatedDataGrid`\n\nor by using nightly build feed:\n* Add `https://www.myget.org/F/templateddatagrid-nightly/api/v3/index.json` to your package sources\n* Alternative nightly build feed `https://pkgs.dev.azure.com/wieslawsoltes/GitHub/_packaging/Nightly/nuget/v3/index.json`\n* Update your package using `TemplatedDataGrid` feed\n\nand install the package like this:\n\n`Install-Package TemplatedDataGrid -Pre`\n\n### Package Sources\n\n* https://api.nuget.org/v3/index.json\n* https://www.myget.org/F/avalonia-ci/api/v2\n\n## Resources\n\n* [GitHub source code repository.](https://github.com/wieslawsoltes/TemplatedDataGrid)\n\n## License\n\nTemplatedDataGrid is licensed under the [MIT license](LICENSE.TXT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieslawsoltes%2Ftemplateddatagrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwieslawsoltes%2Ftemplateddatagrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieslawsoltes%2Ftemplateddatagrid/lists"}