Disable paging in DataTables
[mirror/userdir-ldap-cgi.git] / html / debdb.js
index 936c7c6..b12772a 100644 (file)
@@ -12,6 +12,7 @@ $(document).ready(function() {
 
        var table = $("#machines").DataTable({
                orderCellsTop: true,
+               paging: false,
                pageLength: 25,
                lengthMenu: [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]]
        });