Fixed scrolling

This commit is contained in:
Henry
2016-03-02 09:16:46 -08:00
parent ff5f37dfbe
commit 20f1dcef45
6 changed files with 160 additions and 22 deletions

View File

@@ -55,7 +55,7 @@
'box-sizing': 'border-box'
}"
class="{{visibleRow.contents[header].cssClass}}">
{{ visibleRow.contents[header].text }}
{{ visibleRow.contents[header].text }}
</td>
</tr>
</tbody>

View File

@@ -0,0 +1,8 @@
<div ng-controller="RTTableController">
<mct-table
headers="headers"
rows="rows"
enableFilter="true"
enableSort="true">
</mct-table>
</div>