Fixed scrolling
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
'box-sizing': 'border-box'
|
||||
}"
|
||||
class="{{visibleRow.contents[header].cssClass}}">
|
||||
{{ visibleRow.contents[header].text }}
|
||||
{{ visibleRow.contents[header].text }}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
8
platform/features/table/res/templates/rt-table.html
Normal file
8
platform/features/table/res/templates/rt-table.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<div ng-controller="RTTableController">
|
||||
<mct-table
|
||||
headers="headers"
|
||||
rows="rows"
|
||||
enableFilter="true"
|
||||
enableSort="true">
|
||||
</mct-table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user