Insert a tab in a tabler_navbar
1 2 3 4 5 6 7 8 | insert_tabler_tab(
inputId,
tab,
target,
position = c("before", "after"),
select = FALSE,
session = getDefaultReactiveDomain()
)
|
inputId |
Tabler navbar menu unique id. |
tab |
Tab to insert. Must be a tabler_tab_item. |
target |
Target tab after or before which the new tab will be inserted. |
position |
Insert position: "before" or "after". |
select |
Whether to select the new tab at start. Default to FALSE. |
session |
Shiny session. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.