mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Use datatable for USB vendors.
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
// Copyright © 2011-2019 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
}
|
||||
<table class="table">
|
||||
USB vendors
|
||||
<table class="table" id="tblVendors">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
@@ -61,4 +62,13 @@
|
||||
</tr>
|
||||
}
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@section scripts{
|
||||
<script crossorigin="anonymous" integrity="sha256-L4cf7m/cgC51e7BFPxQcKZcXryzSju7VYBKJLOKPHvQ=" src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"></script>
|
||||
<script language="javascript">
|
||||
$(document).ready(function() {
|
||||
$('#tblVendors').DataTable();
|
||||
} );
|
||||
</script>
|
||||
}
|
||||
Reference in New Issue
Block a user