openmct/platform/features/table/res/templates/table.html

8 lines
186 B
HTML
Raw Normal View History

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