Added search and sorting support

This commit is contained in:
laf
2015-07-20 14:03:09 +01:00
parent c579805292
commit 57540aacbc
2 changed files with 8 additions and 4 deletions

View File

@@ -8,11 +8,11 @@
<thead>
<tr>
<th data-column-id='ifIndex'>Index</th>
<th data-column-id='label'>Name</th>
<th data-column-id='ifName'>Name</th>
<th data-column-id='ifAdminStatus'>Admin</th>
<th data-column-id='ifOperStatus'>Oper</th>
<th data-column-id='disabled'>Disable</th>
<th data-column-id='ignore'>Ignore</th>
<th data-column-id='disabled' data-sortable='false'>Disable</th>
<th data-column-id='ignore' data-sortable='false'>Ignore</th>
<th data-column-id='ifAlias'>Description</th>
</tr>
</thead>