Skip to content
Discussion options

You must be logged in to vote

@TanShuJun1985 @Tony-ST0754 代码如下:

<Table TItem="Foo" AutoGenerateColumns="true" class="table-demo"
       IsPagination="true" PageItemsSource="PageItemsSource"
       IsStriped="true" IsBordered="true" IsMultipleSelect="true"
       ShowSkeleton="true" ShowToolbar="true" ShowSearch="true" ShowExtendButtons="true"
       ShowExportButton="true" ShowExportPdfButton="true"
       OnQueryAsync="OnQueryAsync" OnSaveAsync="OnSaveAsync" OnDeleteAsync="OnDeleteAsync">
    <TableColumns>
        <TableColumn @bind-Field="@context.Rate">
            <Template Context="v">
                <Rate Value="@v.Row.Rate" IsReadonly="true" />
            </Template>
            <EditTemplate Context="v">
  …

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ArgoZhang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Question that needs to be answered
3 participants
Converted from issue

This discussion was converted from issue #8184 on July 11, 2026 10:50.