mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
14 lines
441 B
HTML
14 lines
441 B
HTML
<div ng-controller="TelemetryTableController as tableController"
|
|
ng-class="{'loading': loading}">
|
|
<mct-table
|
|
headers="headers"
|
|
rows="rows"
|
|
time-columns="tableController.timeColumns"
|
|
format-cell="formatCell"
|
|
enableFilter="true"
|
|
enableSort="true"
|
|
auto-scroll="autoScroll"
|
|
default-sort="defaultSort"
|
|
class="tabular-holder has-control-bar">
|
|
</mct-table>
|
|
</div> |