diff --git a/public/js/participant.js b/public/js/participant.js index a0496f1540482bfda71e35b6bee6b38afc27a690..e45d9038a5e08d2d777c52bf214e0b812f0202a1 100644 --- a/public/js/participant.js +++ b/public/js/participant.js @@ -185,7 +185,8 @@ $(document).ready(function(){ } } ], - "ordering": true + "ordering": true, + "order": [[3, 'asc']] } ); });