Standardize option for DataTables
This commit is contained in:
		| @@ -17,9 +17,13 @@ | ||||
| <script type="text/javascript"> | ||||
| $(document).ready(function() { | ||||
|   var table = $('#ds-data-table').dataTable({ | ||||
|     "deferRender": true, | ||||
|     "processing": true, | ||||
|     "stateSave": true, | ||||
|     "pageLength": 25, | ||||
|     "language": { | ||||
|       "search": 'Filter records: ' | ||||
|     }, | ||||
|     "deferRender": true, | ||||
|     "data": [% results %], | ||||
|     "columns": [{ | ||||
|         "data": 'ip', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user