We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239ed68 commit cfcd597Copy full SHA for cfcd597
src/BootstrapBlazor.Server/Components/Samples/Table/TablesEdit.razor
@@ -158,7 +158,7 @@
158
<TableColumn @bind-Field="@context.DateTime" Width="180" />
159
<TableColumn @bind-Field="@context.Name" />
160
<TableColumn @bind-Field="@context.Address" Rows="3" />
161
- <TableColumn @bind-Field="@context.Education" />
+ <TableColumn @bind-Field="@context.Education" IsPopover="true" />
162
<TableColumn @bind-Field="@context.Count" IsVisibleWhenAdd="false" />
163
<TableColumn @bind-Field="@context.Complete" IsVisibleWhenEdit="false" />
164
</TableColumns>
0 commit comments