You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
navbarPage() has header/footer arguments for including content that should appear on every 'page'. This is a quite useful feature that is missing from tabsetPanel() and navlistPanel(). For example, if I wanted to add a link break bewteen the nav and content, I currently have to do that on every tab:
navbarPage()
hasheader
/footer
arguments for including content that should appear on every 'page'. This is a quite useful feature that is missing fromtabsetPanel()
andnavlistPanel()
. For example, if I wanted to add a link break bewteen the nav and content, I currently have to do that on every tab:It'd be much easier to do:
This would also open the possibility of including inputs/outputs that should appear on every tab:
The text was updated successfully, but these errors were encountered: