Skip to content

Table is unresponsive, always stuck in CardView #4293

Answered by ArgoZhang
Micovec asked this question in Q&A
Discussion options

You must be logged in to vote

@Micovec hi. thank you for this. I think you missing some code

Solution 1

<Routes @rendermode="new InteractiveServerRenderMode()" />

Solution 2

  1. remove BootstrapBlazorRoot from Routes
  2. add BootstrapBlazorRoot into Home
<BootstrapBlazorRoot>
    <Table TItem="Foo" Items="FooItems">
        <TableColumns>
            <TableColumn @bind-Field="@context.Name" />
            <TableColumn @bind-Field="@context.Address" />
        </TableColumns>
    </Table>
</BootstrapBlazorRoot>

do you have a try?

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Micovec
Comment options

@ArgoZhang
Comment options

Answer selected by Micovec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants