[Scrolling List] Show limits in RT scrolling list
Show limits in a real-time scrolling list view, WTD-1317.
This commit is contained in:
@@ -38,7 +38,8 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-repeat="row in rtscroll.rows()">
|
||||
<td ng-repeat="cell in row">
|
||||
<td ng-repeat="cell in row"
|
||||
ng-class="cell.cssClass">
|
||||
{{cell.text}}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user