@ -67,7 +67,7 @@
</abp-component-demo-section>
<abp-component-demo-section title="Example 3" view-path="@TablesDemoViewComponent.ViewPath">
<abp-table striped-rows="true" dark-theme="true">
<abp-table dark-theme="true">
<caption>List of users</caption>
<thead>
<tr>
@ -233,7 +233,7 @@
<div class="demo-with-code">
<div class="demo-area">
@ -43,7 +43,7 @@
</abp-row>
</abp-card-header>
<abp-card-body>
<abp-table striped-rows="true" id="BlogsTable" class="nowrap">
<abp-table id="BlogsTable" class="nowrap">
<th>@L["Actions"]</th>
@ -55,6 +55,6 @@
<abp-card>
<abp-table striped-rows="true" id="BlogPostsTable" class="nowrap"></abp-table>
<abp-table id="BlogPostsTable" class="nowrap"></abp-table>
</abp-card-body>
</abp-card>
@ -34,7 +34,7 @@
<div id="CmsKitBlogsWrapper">
<abp-table striped-rows="true" id="BlogsTable" class="nowrap"></abp-table>
<abp-table id="BlogsTable" class="nowrap"></abp-table>
</div>
@ -109,5 +109,5 @@
<h3>@L["RepliesToThisComment"]</h3>
<abp-table striped-rows="true" id="CommentsTable" class="nowrap"></abp-table>
<abp-table id="CommentsTable" class="nowrap"></abp-table>
@ -68,6 +68,6 @@
@ -39,6 +39,6 @@
<abp-table striped-rows="true" id="PagesTable" class="nowrap"></abp-table>
<abp-table id="PagesTable" class="nowrap"></abp-table>
<abp-table striped-rows="true" id="TagsTable"></abp-table>
<abp-table id="TagsTable"></abp-table>
@ -187,7 +187,7 @@
</form>
<abp-table striped-rows="true" id="DocumentsTable" class="nowrap">
<abp-table id="DocumentsTable" class="nowrap">
@ -47,7 +47,7 @@
<abp-table striped-rows="true" id="ProjectsTable" class="nowrap">
<abp-table id="ProjectsTable" class="nowrap">
@ -33,6 +33,6 @@
}
<abp-card id="IdentityRolesWrapper">
<abp-table striped-rows="true" class="nowrap"></abp-table>
<abp-table class="nowrap"></abp-table>
@ -34,6 +34,6 @@
<abp-card id="IdentityUsersWrapper">
@ -30,6 +30,6 @@
<abp-card id="TenantsWrapper">
@ -32,7 +32,7 @@
@Html.Raw(Model.PathNavigation)
<abp-table striped-rows="true" class="nowrap dataTable no-footer">
<abp-table class="nowrap dataTable no-footer">
<th>@UiLocalizer["Actions"]</th>