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 77c83dd commit f6e86d1Copy full SHA for f6e86d1
test/UnitTest/Components/TableTest.cs
@@ -7390,6 +7390,7 @@ public void TableSize_Ok()
7390
{
7391
pb.Add(a => a.RenderMode, TableRenderMode.Table);
7392
pb.Add(a => a.TableSize, TableSize.Normal);
7393
+ pb.Add(a => a.IsMultipleSelect, true);
7394
pb.Add(a => a.OnQueryAsync, OnQueryAsync(localizer));
7395
pb.Add(a => a.TableColumns, foo => builder =>
7396
0 commit comments