Create Action Button Definition
createActionButton.RdBuild an action button configuration for resultTableServer(addActions = ...).
Usage
createActionButton(
actionType,
buttonIcon = "play",
hoverText = NULL,
buttonClass = "btn btn-default btn-xs",
buttonStyle =
"margin-right: 4px; margin-bottom: 2px; padding: 2px 8px; font-size: 11px; line-height: 1.2;",
buttonLabel = NULL
)Arguments
- actionType
string, action identifier emitted by the button click event.
string, Font Awesome icon name (for shiny::icon). Use "" to hide the icon.
- hoverText
string, button tooltip shown on hover.
string, CSS classes applied to the button element.
string, inline CSS style applied to the button element.
string, button text shown to the user.