Change default page length to 25 and save state in DataTables tables
This commit is contained in:
		| @@ -15,6 +15,8 @@ | ||||
| $(document).ready(function() { | ||||
|   var table = $('#vs-data-table').dataTable({ | ||||
|     "deferRender": true, | ||||
|     "stateSave": true, | ||||
|     "pageLength": 25, | ||||
|     "data": [% results %], | ||||
|     "columns": [{ | ||||
|         "data": 'vlans.vlan', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user