Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
<TableColumn @bind-Field="@context.Hobby" Items="@Hobbies" Ignore="true" />
<TableTemplateColumn Text="@Localizer["TableTemplateColumnText"]">
<Template Context="v">
Test
@v.Row.ReadonlyColumn
</Template>
</TableTemplateColumn>
</TableColumns>
Expand Down
4 changes: 2 additions & 2 deletions src/BootstrapBlazor/BootstrapBlazor.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup Condition="'$(VisualStudioVersion)' == '17.0'">
<Version>9.12.0</Version>
<Version>9.12.1-beta01</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(VisualStudioVersion)' == '18.0'">
<Version>10.0.0-rc.2.2.0</Version>
<Version>10.0.0-rc.2.2.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/BootstrapBlazor/Components/Table/Table.razor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ tr.active:not(.is-edit):hover {

.table-fixed-column {
.table {
table-layout: fixed;
border-collapse: separate;
border-spacing: 0;
}
Expand Down
Loading