mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +00:00
7da1a218ba
Fixed issue with visible padding row Incremental improvements Added tests Added tests for sorted insert, and fixed lint errors
9 lines
221 B
HTML
9 lines
221 B
HTML
<div ng-controller="RTTelemetryTableController">
|
|
<mct-table
|
|
headers="headers"
|
|
rows="rows"
|
|
enableFilter="true"
|
|
enableSort="true"
|
|
auto-scroll="autoScroll">
|
|
</mct-table>
|
|
</div> |