make subnet utilization datatable initial order the same as sql returned order
This commit is contained in:
		@@ -27,6 +27,8 @@
 | 
			
		||||
 | 
			
		||||
<script type="text/javascript">
 | 
			
		||||
$(document).ready(function() {
 | 
			
		||||
    $('#data-table').dataTable();
 | 
			
		||||
    $('#data-table').dataTable( {
 | 
			
		||||
        "order": [[ 3, "asc" ]]
 | 
			
		||||
    } );
 | 
			
		||||
} );
 | 
			
		||||
</script>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user