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 = NULL,
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. Uses a compact pill style when NULL.
string, button text shown to the user.