mirror of
https://github.com/nasa/openmct.git
synced 2025-01-27 06:39:21 +00:00
8 lines
177 B
HTML
8 lines
177 B
HTML
|
<div ng-controller="TableController">
|
||
|
<mct-table
|
||
|
headers="headers"
|
||
|
rows="rows"
|
||
|
enableFilter="true"
|
||
|
enableSort="true">
|
||
|
</mct-table>
|
||
|
</div>
|