Boxes in layers

..Hello...I have a new doubt...
How can I implement a layout with several boxes in layers and rendering acording a selection ? Im trying like this:
``
mainPanel(
fluidRow(
column(width=6,offset=0,id="tx",
box(id="box1",
......
),
box(id="box2",
.......
)
)
)
)

Show/hide using js...

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.