openmct/platform/features/table/res/templates/rt-table.html
Charles Hacskaylo 55603b927f [Frontend] Generalized markup and CSS for control-bar
Fixes #1166
New markup and CSS
MIgrated existing tabular views to use
new styles
2016-09-01 19:37:36 -07:00

10 lines
259 B
HTML

<div ng-controller="RealtimeTableController">
<mct-table
headers="headers"
rows="rows"
enableFilter="true"
enableSort="true"
class="tabular-holder has-control-bar"
auto-scroll="true">
</mct-table>
</div>