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 5726c46 commit 5fdb7ddCopy full SHA for 5fdb7dd
test/UnitTest/Components/TableTest.cs
@@ -8383,6 +8383,7 @@ public async Task OnAutoFitColumnWidthCallback_Ok()
8383
pb.Add(a => a.AllowDragColumn, true);
8384
pb.Add(a => a.ClientTableName, "table-unit-test");
8385
pb.Add(a => a.OnQueryAsync, OnQueryAsync(localizer));
8386
+ pb.Add(a => a.FitColumnWidthIncludeHeader, true);
8387
pb.Add(a => a.OnAutoFitColumnWidthCallback, (fieldName, calcWidth) =>
8388
{
8389
name = fieldName;
0 commit comments