Merge pull request #9227 from abpframework/auto-merge/rel-4-3/426

Merge branch dev with rel-4.3
pull/9230/head
maliming 4 years ago committed by GitHub
commit 2ec1134fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
}
}
}
}
}

Loading…
Cancel
Save