Update scrollable table and try implement scroll to row.

This commit is contained in:
Admin
2017-03-16 17:05:40 -05:00
parent 0083c5854f
commit 0c4292bfd7
7 changed files with 17 additions and 12 deletions

View File

@@ -49,7 +49,7 @@
<th>Actions</th>
</tr>
</thead>
<tr ng-repeat="device in bridge.devices">
<tr ng-repeat="device in bridge.devices" row-id="{{device.id}}" ng-class="{info: bridge.viewDevId == device.id}" >
<td>{{$index+1}}</td>
<td>{{device.id}}</td>
<td>{{device.name}}</td>