mirror of
https://github.com/nasa/openmct.git
synced 2025-02-16 07:30:51 +00:00
12 lines
435 B
HTML
12 lines
435 B
HTML
<div ng-controller="HistoricalTableController as tableController"
|
|
ng-class="{'loading': loading}">
|
|
<mct-table
|
|
headers="headers"
|
|
time-columns="tableController.timeColumns"
|
|
rows="rows"
|
|
enableFilter="true"
|
|
enableSort="true"
|
|
on-row-click="tableController.onRowClick(event, rowIndex, sortColumn, sortDirection)"
|
|
class="tabular-holder has-control-bar">
|
|
</mct-table>
|
|
</div> |