Shiny app widgests side by side

0 votes
How to add shiny app widgests side by side? Can someone help?
Aug 13, 2019 in Data Analytics by anonymous
377 views

1 answer to this question.

0 votes

Hey,

Use CSS to float the input widgets left and right and clear the float before adding a new row in the tab panel.

For example,

# Row 1
div("style: "float=left;width=33.33%;",SselectInput(.......))
div("style: "float=left;width=33.33%;",SselectInput(.......))
div("style: "float=left;width=33.33%;",SselectInput(.......))
#Row 2
div("style: "clear: both;",numericInput( ......))
answered Sep 24, 2019 by anonymous
• 33,030 points
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP