{"id":13466079,"url":"https://github.com/ctrl-alt-d/BlazorServerTree","last_synced_at":"2025-03-25T21:31:18.360Z","repository":{"id":68589580,"uuid":"144175836","full_name":"ctrl-alt-d/BlazorServerTree","owner":"ctrl-alt-d","description":"A simple lazy load UI sample to deal with hierarchical data","archived":false,"fork":false,"pushed_at":"2020-07-03T06:27:44.000Z","size":10785,"stargazers_count":35,"open_issues_count":0,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-01T15:04:22.204Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ctrl-alt-d.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}},"created_at":"2018-08-09T16:07:28.000Z","updated_at":"2024-01-21T18:07:49.000Z","dependencies_parsed_at":"2023-02-28T11:31:21.506Z","dependency_job_id":null,"html_url":"https://github.com/ctrl-alt-d/BlazorServerTree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctrl-alt-d%2FBlazorServerTree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctrl-alt-d%2FBlazorServerTree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctrl-alt-d%2FBlazorServerTree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctrl-alt-d%2FBlazorServerTree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctrl-alt-d","download_url":"https://codeload.github.com/ctrl-alt-d/BlazorServerTree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222091858,"owners_count":16929723,"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":[],"created_at":"2024-07-31T15:00:38.880Z","updated_at":"2024-10-29T18:30:54.840Z","avatar_url":"https://github.com/ctrl-alt-d.png","language":"HTML","funding_links":[],"categories":["Sample Projects"],"sub_categories":["Others"],"readme":"# BlazorServerTree\n\nA simple Server-Side Blazor sample app to deal with hierarchical data.\n\nThe project has a fake data layer service that allow running it without database backend configuration.\n\nThe basic functionality is ready:\n\n* Unexpand nodes and expand nodes with Lazy load.\n* Select and unselect a node.\n\n\n### Screenshot ( because all us love screenshots ):\n\n![screenshot](./screenshots/screenshot_smallv2.gif)\n\n### Show me the code\n\n```\n    \u003cUITreeComponent SourceData=@uiTree\n                     SelectChangeDelegate=@OnSelectionChanged\n                     LazyLoadNodesAsyncDelegate=@LoadNodes\n                     CollapseAsyncDelegate=@OnCollapse\n                     ExpandAsyncDelegate=@OnExpand\n                     TriggerActionAsyncDelegate=@OnAction\u003e\n    \u003c/UITreeComponent\u003e  \n\n@functions {\n\n    UITree uiTree = new UITree();\n    \n    private async Task\u003cbool\u003e OnExpand(int Id)\n    {\n        System.Console.WriteLine(\"Expanded \" + Id);\n        return await Task.FromResult(true);\n    }\n\n```\n\n### Can I use `UITreeComponent` on my project?\n\nUse it as your risk. Steps:\n\n* Download the project.\n* Add a reference to it from your own project.\n* Add the following line in your `_ViewImports.cshtml`:  `@addTagHelper *, BlazorTreeControl` \n* Please, PR your improvements and Issue for comments.\n\nDon't hesitate to contact me for further information :)\n\n### Credits\n* [Dani Herrera](https://github.com/ctrl-alt-d)\n* [Mikael Ferland](https://github.com/MikaelFerland)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctrl-alt-d%2FBlazorServerTree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctrl-alt-d%2FBlazorServerTree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctrl-alt-d%2FBlazorServerTree/lists"}