Fixed issue with hard-coded colspan for list view table footer and updated to reflect the number of columns

This commit is contained in:
AndyButland
2014-07-31 17:54:10 +02:00
parent a9c130d498
commit d8bddd80bb

View File

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