From 160a2ada9ca117ff1ca6438759eabe0293a727df Mon Sep 17 00:00:00 2001
From: Cedric Midoux <cedric.midoux@inra.fr>
Date: Tue, 16 Oct 2018 10:53:35 +0200
Subject: [PATCH] effet de bord dans la table agglomerate_taxa

---
 server.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server.R b/server.R
index eac2c69..a127f62 100644
--- a/server.R
+++ b/server.R
@@ -239,7 +239,7 @@ shinyServer
     filter = "top",
     dom = "lBtip",
     pageLength = 10,
-    lengthMenu = list(c(10, 25, 50, 100, -1), list('10', '25', '50', '100', 'All')),
+    lengthMenu = list(c(-1, 10, 25, 50, 100), list('All', '10', '25', '50', '100')),
     buttons = list(
       'colvis',
       list(
-- 
GitLab