Buttons
A common UI paradigm to use with interactive tables is to present buttons that will trigger some action - that may be to alter the table's state, modify the data in the table, gather the data from the table or even to activate some external process. Showing such buttons is an interface that end users are comfortable with, making them feel at home with the table.
Action¶
Action to take when the button is activated.
Async¶
Indicate that a button's action processing should be performed asynchronously.
Attr¶
Collection of attribute key / values to set for a button
Available¶
Ensure that any requirements have been satisfied before initialising a button.
ClassName¶
Set the class name for the button.
Destroy¶
Function that is called when the button is destroyed.
DropIcon¶
Show a dropdown (further action) icon.
Enabled¶
Set a button's initial enabled state.
Extend¶
Define which button type the button should be based on.
Init¶
Initialisation function that can be used to add events specific to this button.
Key¶
Define an activation key for a button.
Name¶
Set a name for each selection.
Namespace¶
Unique namespace for every button.
Split¶
Split dropdown buttons (built-in).
Split dropdown buttons with configuration.
Buttons¶
Dropdown buttons with configuration.Tag¶
Text¶
The text to show in the button.