mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +00:00
[Frontend] Fixed scrolling view
open #199 open #293 open #201 Removed fixed-header class from table markup; (cherry picked from commit 6c4bdca)
This commit is contained in:
parent
1058648e76
commit
1ceb6d2d96
@ -23,7 +23,7 @@
|
|||||||
<div class="w2"
|
<div class="w2"
|
||||||
ng-controller="ScrollingListController">
|
ng-controller="ScrollingListController">
|
||||||
<!-- To add filtering, add class 'filterable' to <table> and uncomment 2nd <tr> in <thead> -->
|
<!-- To add filtering, add class 'filterable' to <table> and uncomment 2nd <tr> in <thead> -->
|
||||||
<table class="tabular fixed-header">
|
<table class="tabular">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th ng-repeat="header in headers">
|
<th ng-repeat="header in headers">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user