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 01d8ddc commit 60d56dcCopy full SHA for 60d56dc
test/UnitTest/Components/TableTest.cs
@@ -250,6 +250,7 @@ public void ResetVisibleColumns_Ok()
250
pb.Add(a => a.ShowColorWhenToolbarButtonsCollapsed, true);
251
pb.Add(a => a.ShowColumnList, true);
252
pb.Add(a => a.Items, Foo.GenerateFoo(localizer, 2));
253
+ pb.Add(a => a.AllowResizing, true);
254
pb.Add(a => a.TableColumns, foo => builder =>
255
{
256
builder.OpenComponent<TableColumn<Foo, string>>(0);
0 commit comments