🌱
Developing
Pinned Loading
-
blazor-web-clothestore
blazor-web-clothestore Public archiveEjemplo de aplicación web para comercio de ropa online usando la tecnología SPA de .NET Blazor WebAssembly
HTML 3
-
JavaScript treeview
JavaScript treeview 1const treeview = $('#treeviewCategories')
2const categories = JSON.parse(serializeCategories.replace(/"/g, `"`))
3const separatorCategory = "-"
4const urlProducts = "http://localhost:3000/Shop/Products/"
5const initTag = '<ul class="nested">'
-
Blazor treeview
Blazor treeview 1@inject NavigationManager _navigated
23@foreach (var category in categories.Where(subcatg => subcatg.CategoryParentId == ParentId))
4{
5bool isCollapse = true;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.