Skip to content

Commit 4c77cef

Browse files
committed
Turn off initial sorting of packet table
1 parent 5406492 commit 4c77cef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/templates/Packet/Index.phtml

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ require('./header.inc.phtml'); ?>
9494
<? ob_start(); ?>
9595
<script type="text/javascript">
9696
$(document).ready(function(){
97-
$('#order_by_form').hide();
9897
$('#packets_tbl').DataTable({
99-
"language": {"zeroRecords": "No matching packets found"},
100-
"responsive": true,
98+
'aaSorting': [],
99+
'language': {'zeroRecords': 'No matching packets found'},
100+
'responsive': true,
101101
});
102102
});
103103
</script>

0 commit comments

Comments
 (0)