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 95182a5 commit ffb4a08Copy full SHA for ffb4a08
test/UnitTest/Components/TableTest.cs
@@ -247,6 +247,7 @@ public void ResetVisibleColumns_Ok()
247
{
248
pb.Add(a => a.RenderMode, TableRenderMode.Table);
249
pb.Add(a => a.ShowToolbar, true);
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.TableColumns, foo => builder =>
0 commit comments