API Reference
Class
TablerCollectionTableActions
Action builder for TablerCollectionTableCell.
Inheritance
- Object
- TablerCollectionTableActions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public TablerCollectionTableActions() #Methods
public TablerCollectionTableActions Button(String text, TablerButtonVariant variant = Secondary, Action<TablerButton> configure = null) #Returns:
TablerCollectionTableActionsAdds a small inline action button.
Parameters
- text System.String
- variant HtmlForgeX.TablerButtonVariant = Secondary
- configure System.Action{HtmlForgeX.TablerButton} = null
public TablerCollectionTableActions Dropdown(String toggleText, Action<TablerDropdown> configure) #Returns:
TablerCollectionTableActionsAdds a small dropdown action.
Parameters
- toggleText System.String
- configure System.Action{HtmlForgeX.TablerDropdown}
public TablerCollectionTableActions Link(String text, String href, Action<TablerButton> configure = null) #Returns:
TablerCollectionTableActionsAdds a lightweight text link action.
Parameters
- text System.String
- href System.String
- configure System.Action{HtmlForgeX.TablerButton} = null