2016-10-06 10:23:42 -07:00
|
|
|
<div ng-controller="HistoricalTableController as tableController"
|
|
|
|
ng-class="{'loading': loading}">
|
2016-02-26 11:09:51 -08:00
|
|
|
<mct-table
|
|
|
|
headers="headers"
|
2016-10-07 17:57:14 -07:00
|
|
|
time-columns="tableController.timeColumns"
|
2016-02-26 11:09:51 -08:00
|
|
|
rows="rows"
|
|
|
|
enableFilter="true"
|
2016-05-31 09:50:12 -07:00
|
|
|
enableSort="true"
|
2016-10-06 10:23:42 -07:00
|
|
|
on-row-click="tableController.onRowClick(event, rowIndex, sortColumn, sortDirection)"
|
2016-09-01 19:37:36 -07:00
|
|
|
class="tabular-holder has-control-bar">
|
2016-02-26 11:09:51 -08:00
|
|
|
</mct-table>
|
|
|
|
</div>
|