Commit 160a2ada authored by Midoux Cedric's avatar Midoux Cedric
Browse files

effet de bord dans la table agglomerate_taxa

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment