-
Hello, I can't figure out what I'm doing wrong but everytime I use a table it is rendered as CardView. Even in big resolutions, like over 2000 pixels. I can force the table to be rendered as a table with RenderMode set to TableRenderMode.Table or RenderModeResponsiveWidth to BreakPoint.None but that breaks responsiveness and the table won't go to CardView on small screens (phones for example). I've attached a basic example from Blazor Web App template with minimalistic set up. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Here's a screenshot of the table. As you can see the table won't convert to regular table even tho there's enough space. |
Beta Was this translation helpful? Give feedback.
-
@Micovec hi. thank you for this. I think you missing some code Solution 1
Solution 2
do you have a try? |
Beta Was this translation helpful? Give feedback.
@Micovec hi. thank you for this. I think you missing some code
Solution 1
Solution 2
BootstrapBlazorRoot
fromRoutes
BootstrapBlazorRoot
intoHome
do you have a try?