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

8 lines
187 B
HTML

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