Browse Source
Merge pull request #9227 from abpframework/auto-merge/rel-4-3/426
Merge branch dev with rel-4.3
pull/9230/head
maliming
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap/TagHelpers/Table/AbpTableTagHelperService.cs
|
|
|
@ -9,6 +9,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Table |
|
|
|
{ |
|
|
|
output.TagName = "table"; |
|
|
|
output.Attributes.AddClass("table"); |
|
|
|
output.TagMode = TagMode.StartTagAndEndTag; |
|
|
|
|
|
|
|
SetResponsiveness(context, output); |
|
|
|
SetTheme(context, output); |
|
|
|
@ -95,4 +96,4 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Table |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|