insert_tabler_tab: Insert a tab in a tabler_navbar

Description Usage Arguments

View source: R/tabler.R

Description

Insert a tab in a tabler_navbar

Usage

1
2
3
4
5
6
7
8
insert_tabler_tab(
  inputId,
  tab,
  target,
  position = c("before", "after"),
  select = FALSE,
  session = getDefaultReactiveDomain()
)

Arguments

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.


DivadNojnarg/outstanding-shiny-ui-code documentation built on Nov. 2, 2021, 12:03 p.m.