From e7887fce27370413ecbefd2cc1d67597e6ec0808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Agneray?= <francois.agneray@lam.fr> Date: Wed, 21 Jun 2017 11:34:16 +0200 Subject: [PATCH] Order par date debut --- public/js/participant.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/js/participant.js b/public/js/participant.js index a0496f1..e45d903 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']] } ); }); -- GitLab