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 cda0ca5 commit 3028387Copy full SHA for 3028387
src/BootstrapBlazor/Options/TableSettings.cs
@@ -1,4 +1,4 @@
1
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the Apache 2.0 License
3
// See the LICENSE file in the project root for more information.
4
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
@@ -15,6 +15,11 @@ public class TableSettings
15
/// </summary>
16
public int CheckboxColumnWidth { get; set; } = 36;
17
18
+ /// <summary>
19
+ /// 获得/设置 复选框宽度 默认 28
20
+ /// </summary>
21
+ public int CheckboxColumnCompactWidth { get; set; } = 28;
22
+
23
/// <summary>
24
/// 获得/设置 明细行 Row Header 宽度 默认 24
25
0 commit comments