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 370c624 commit 7f36c26Copy full SHA for 7f36c26
test/UnitTest/Components/TableTest.cs
@@ -2104,6 +2104,7 @@ public void IsFixedFooter_Ok()
2104
pb.Add(a => a.RenderMode, TableRenderMode.Table);
2105
pb.Add(a => a.ScrollMode, ScrollMode.Virtual);
2106
pb.Add(a => a.RowHeight, 39.5f);
2107
+ pb.Add(a => a.OverscanCount, 10);
2108
pb.Add(a => a.ShowFooter, true);
2109
pb.Add(a => a.IsFixedFooter, true);
2110
pb.Add(a => a.Items, Foo.GenerateFoo(localizer));
0 commit comments