DataTables | Table plug-in for jQuery (v1.10.0-beta.2) support within IP Inventory, Module Inventory, NetBIOS, and Subnet reports

This commit is contained in:
Eric A. Miller
2014-02-23 20:31:26 -05:00
parent 989a8d450d
commit fac7b7d255
14 changed files with 14606 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<table class="table table-bordered table-condensed table-striped nd_floatinghead">
<table id="data-table" class="table table-striped table-bordered" width="100%" cellspacing="0">
<thead>
<tr>
<th>Node</th>
@@ -28,3 +28,9 @@
[% END %]
</tbody>
</table>
<script type="text/javascript">
$(document).ready(function() {
$('#data-table').dataTable();
} );
</script>