This reverts commit 1ab403459f806750049371f74a8e4d6f80f9cc6a.
@@ -86,25 +86,5 @@
</tr>
{% endfor %}
</tbody>
- {% if include.footer %}
- <tfoot>
- <tr>
- <th>Name</th>
- <th>Title</th>
-
- {% unless include.avatars %}
- <th>Email</th>
- {% endunless %}
- <th>Role</th>
- {% if include.nowrap %}
- <th></th>
- {% endif %}
- <th class="w-1"></th>
- </tr>
- </tfoot>
</table>
</div>
@@ -16,7 +16,7 @@ menu: base.tables
<div class="col-12">
<div class="card">
- {% include ui/table.html card=true stripped=true offset=5 footer=true %}
+ {% include ui/table.html card=true stripped=true offset=5 %}
@@ -1,6 +1,5 @@
.table {
- thead,
- tfoot {
+ thead {
th {
color: $table-th-color;
background: $table-th-bg;
@@ -27,8 +26,7 @@
}
.table-transparent {
background: transparent;
@@ -64,8 +62,7 @@
@include media-breakpoint-down($breakpoint) {
display: block;
display: none;
@@ -148,8 +145,7 @@ Table sort
.table-borderless {
- thead th,
- tfoot th {
+ thead th {