[Frontend] Fixed scrolling view
open #201 Cherry-pick this to open199d Removed fixed-header class from table markup;
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user