mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 06:52:24 +00:00
10 lines
256 B
HTML
10 lines
256 B
HTML
<div ng-controller="RealtimeTableController">
|
|
<mct-table
|
|
headers="headers"
|
|
rows="rows"
|
|
enableFilter="true"
|
|
enableSort="true"
|
|
class="tabular-holder t-exportable"
|
|
auto-scroll="true">
|
|
</mct-table>
|
|
</div> |