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 5b58438 commit 6e2c439Copy full SHA for 6e2c439
src/BootstrapBlazor/Options/TableExportOptions.cs
@@ -43,7 +43,7 @@ public class TableExportOptions
43
/// <summary>
44
/// Gets or sets whether to enable Excel auto-filtering. Default is true.
45
/// </summary>
46
- public bool AutoFilter { get; set; } = true;
+ public bool EnableAutoFilter { get; set; } = true;
47
48
49
/// Gets or sets whether to enable Excel auto-width. Default is false.
0 commit comments