Skip to content

Commit 60d56dc

Browse files
authored
test(Table): add unit test for ResetVisibleColumns (#6839)
1 parent 01d8ddc commit 60d56dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/UnitTest/Components/TableTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ public void ResetVisibleColumns_Ok()
250250
pb.Add(a => a.ShowColorWhenToolbarButtonsCollapsed, true);
251251
pb.Add(a => a.ShowColumnList, true);
252252
pb.Add(a => a.Items, Foo.GenerateFoo(localizer, 2));
253+
pb.Add(a => a.AllowResizing, true);
253254
pb.Add(a => a.TableColumns, foo => builder =>
254255
{
255256
builder.OpenComponent<TableColumn<Foo, string>>(0);

0 commit comments

Comments
 (0)