Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Perréal
easy16S
Commits
160a2ada
Commit
160a2ada
authored
Oct 16, 2018
by
Midoux Cedric
Browse files
effet de bord dans la table agglomerate_taxa
parent
51eb46b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.R
View file @
160a2ada
...
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment