Fixed issue with hard-coded colspan for list view table footer and updated to reflect the number of columns
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
|
||||
<tfoot ng-show="pagination.length > 1">
|
||||
<tr>
|
||||
<th colspan="5">
|
||||
<th colspan="{{options.additionalColumns.length + 3}}">
|
||||
<div class="pull-left">
|
||||
</div>
|
||||
<div class="pagination pagination-right">
|
||||
|
||||
Reference in New Issue
Block a user