openmct/platform/features/table/res/templates/telemetry-table.html
2017-02-10 14:22:30 -08:00

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>