HtmlForgeX

API Reference

Class

TablerCollectionTableActions

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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.

Accepted by parameters

Constructors

public TablerCollectionTableActions() #

Methods

public TablerCollectionTableActions Button(String text, TablerButtonVariant variant = Secondary, Action<TablerButton> configure = null) #
Returns: TablerCollectionTableActions

Adds a small inline action button.

Parameters

text System.String requiredposition: 0
variant HtmlForgeX.TablerButtonVariant = Secondary optionalposition: 1
configure System.Action{HtmlForgeX.TablerButton} = null optionalposition: 2
public TablerCollectionTableActions Dropdown(String toggleText, Action<TablerDropdown> configure) #
Returns: TablerCollectionTableActions

Adds a small dropdown action.

Parameters

toggleText System.String requiredposition: 0
configure System.Action{HtmlForgeX.TablerDropdown} requiredposition: 1