9 lines
215 B
HTML
Raw Normal View History

<div ng-controller="RTTelemetryTableController">
<mct-table
headers="headers"
rows="rows"
enableFilter="true"
enableSort="true"
auto-scroll="true">
</mct-table>
</div>