Skip to content

Commit cfcd597

Browse files
authored
doc(Table): add IsPopover sample code (#5233)
1 parent 239ed68 commit cfcd597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Components/Samples/Table/TablesEdit.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<TableColumn @bind-Field="@context.DateTime" Width="180" />
159159
<TableColumn @bind-Field="@context.Name" />
160160
<TableColumn @bind-Field="@context.Address" Rows="3" />
161-
<TableColumn @bind-Field="@context.Education" />
161+
<TableColumn @bind-Field="@context.Education" IsPopover="true" />
162162
<TableColumn @bind-Field="@context.Count" IsVisibleWhenAdd="false" />
163163
<TableColumn @bind-Field="@context.Complete" IsVisibleWhenEdit="false" />
164164
</TableColumns>

0 commit comments

Comments
 (0)