Merge pull request #9221 from abpframework/maliming/abp-table-patch

Set table mode to StartTagAndEndTag.
pull/9227/head
Yunus Emre Kalkan 4 years ago committed by GitHub
commit 33d32f59d2
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