File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <Version >8.10.2-beta02 </Version >
4+ <Version >8.10.2-beta03 </Version >
55 </PropertyGroup >
66
77 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
Original file line number Diff line number Diff line change 311311 {
312312 <div class =" table-row table-footer" >
313313 <CascadingValue Value =" true" Name =" IsMobileMode" IsFixed =" true" >
314- <CascadingValue Value =" @Rows" Name =" TableFooterContext" IsFixed = " true " >
314+ <CascadingValue Value =" @Rows" Name =" TableFooterContext" >
315315 @if (FooterTemplate != null )
316316 {
317317 @FooterTemplate(Rows)
458458 {
459459 < tfoot @key = " Rows" class = " @FooterClassString" >
460460 < CascadingValue Value = " false" Name = " IsMobileMode" IsFixed = " true" >
461- < CascadingValue Value = " @Rows" Name = " TableFooterContext" IsFixed = " true " >
462- < CascadingValue Value = " @ScreenSize" Name = " TableBreakPoint" IsFixed = " true " >
461+ < CascadingValue Value = " @Rows" Name = " TableFooterContext" >
462+ < CascadingValue Value = " @ScreenSize" Name = " TableBreakPoint" >
463463 @if (FooterTemplate != null )
464464 {
465465 @FooterTemplate (Rows )
You can’t perform that action at this time.
0 commit comments