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">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#data-table').dataTable();
|
$('#data-table').dataTable( {
|
||||||
|
"order": [[ 3, "asc" ]]
|
||||||
|
} );
|
||||||
} );
|
} );
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user