Create a Framework 7 group for treeview items
f7TreeviewGroup(..., title, icon, toggleButton = TRUE, itemToggle = FALSE)
slot for f7TreeviewItem.
Group title.
Expect f7Icon.
Whether or not to display a toggle button. Could be set to FALSE
if itemToggle
is TRUE
.
In addition to (or instead of) a toggle button, the whole group can work like a toggle. By default this behaviour is disabled.
@example inst/examples/treeview/app.R