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:
@@ -1,7 +1,7 @@
|
||||
[% IF NOT results.has_rows %]
|
||||
<div class="span2 alert alert-info">No matching records.</div>
|
||||
[% ELSE %]
|
||||
<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 class="nd_center-cell">Subnet</th>
|
||||
@@ -24,3 +24,8 @@
|
||||
</table>
|
||||
[% END %]
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('#data-table').dataTable();
|
||||
} );
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user