Hello,
I wanted to separate settings options into more table (for example: https://demo.abp.io/setting-management). But when I used a sample from your web site https://abp.io/docs/latest/framework/ui/mvc-razor-pages/tag-helpers/tabs the component is not rendered. I think it should be rendered as 'ul' and 'li' tags. I suppose that I miss something but I do not know what is missing. Could you help me please?
- ABP Framework version: v8.1.0
- UI Type: Blazor Server
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): -
- Exception message and full stack trace: -
- Steps to reproduce the issue: -
12 Answer(s)
-
0
-
0
Hi,
yes, I have (here is the content):
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI @addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap @addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling @addTagHelper *, Volo.Abp.AspNetCore.Components.Server.LeptonXTheme
-
0
hi
Can you share a project(https://wetransfer.com/) to reproduce?
liming.ma@volosoft.com
Thanks
-
0
Hello,
I uploaded sample project - Book Store. Go to Administration -> Settings -> Book Store Settings should display tabs.
Thank you in advance
Marian
-
0
hi
What is your project name?
Is it
BookStore-Blazor-EfCore.7z
-
0
Yes, it is
-
0
ok, I will check it asap.
-
0
-
0
Hi,
sorry, my mistake - I didn't notice that is MVC sample page. I wrote it into search engine and copy-paste the example.
Instead of that should I use blazorise components? (for example: https://blazorise.com/docs/components/tab)
Thanks
-
0
Yes, you can use blazorise
-
0
Thanks
-
0
: )