Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
migale
affiliationExplorer
Commits
dd272522
Commit
dd272522
authored
Feb 24, 2020
by
mahendra-mariadassou
Browse files
Add UI elements for table edition
parent
b2087570
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/app_ui.R
View file @
dd272522
...
...
@@ -29,7 +29,7 @@ app_ui <- function() {
fluidPage
(
useShinyjs
(),
fluidRow
(
box
(
title
=
"Affiliation selection"
,
box
(
title
=
"Affiliation selection
: select among conflicting affiliiations
"
,
width
=
NULL
,
status
=
"primary"
,
solidHeader
=
T
,
...
...
@@ -48,6 +48,16 @@ app_ui <- function() {
downloadButton
(
"download"
,
"Download"
)
)
)
),
fluidPage
(
fluidRow
(
box
(
title
=
"Affiliation edition: correct current affiliations"
,
width
=
NULL
,
status
=
"primary"
,
solidHeader
=
TRUE
,
DT
::
DTOutput
(
"tableFull"
)
)
)
)
)
)
...
...
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