API Reference
TablerCollectionEntityRowPreset
Preset builder for entity/service/customer rows inside TablerCollectionTable.
Inheritance
- Object
- TablerCollectionEntityRowPreset
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
- Method TablerCollectionEntityRowPreset.Actions
- Method TablerCollectionEntityRowPreset.Avatar
- Method TablerCollectionEntityRowPreset.Class
- Method TablerCollectionEntityRowPreset.Columns
- Method TablerCollectionEntityRowPreset.Entity
- Method TablerCollectionEntityRowPreset.Eyebrow
- Method TablerCollectionEntityRowPreset.Icon
- Method TablerCollectionEntityRowPreset.Initials
- Method TablerCollectionEntityRowPreset.Meta
- Method TablerCollectionEntityRowPreset.Metric
- Method TablerCollectionEntityRowPreset.Progress
- Method TablerCollectionEntityRowPreset.Selectable
- Method TablerCollectionEntityRowPreset.Status
- Method TablerCollectionEntityRowPreset.Tone
Accepted by parameters
Methods
public TablerCollectionEntityRowPreset Actions(Action<TablerCollectionTableActions> configure) #TablerCollectionEntityRowPresetConfigures trailing row actions.
Parameters
- configure System.Action{HtmlForgeX.TablerCollectionTableActions}
public TablerCollectionEntityRowPreset Avatar(String imageUrl) #TablerCollectionEntityRowPresetAdds a leading avatar image to the entity cell.
Parameters
- imageUrl System.String
public TablerCollectionEntityRowPreset Class(String className) #TablerCollectionEntityRowPresetEditorBrowsable(2)Adds classes to the rendered row.
Parameters
- className System.String
public TablerCollectionEntityRowPreset Columns(String entity = "entity", String status = "status", String metric = "metric", String progress = "progress", String actions = "actions") #TablerCollectionEntityRowPresetOverrides the target column keys used by the preset.
Parameters
- entity System.String = "entity"
- status System.String = "status"
- metric System.String = "metric"
- progress System.String = "progress"
- actions System.String = "actions"
public TablerCollectionTableRow End() #TablerCollectionTableRowReturns the underlying row for additional direct customization.
public TablerCollectionEntityRowPreset Entity(String title, String subtitle = null, String href = null) #TablerCollectionEntityRowPresetAdds the main entity summary cell.
Parameters
- title System.String
- subtitle System.String = null
- href System.String = null
public TablerCollectionEntityRowPreset Eyebrow(String text, Nullable<TablerColor> color = null) #TablerCollectionEntityRowPresetAdds a compact badge beneath the entity copy, typically for a type label.
Parameters
- text System.String
- color System.Nullable{HtmlForgeX.TablerColor} = null
public TablerCollectionEntityRowPreset Icon(TablerIconType icon, TablerColor accent = Azure) #TablerCollectionEntityRowPresetAdds a leading icon to the entity cell.
Parameters
- icon HtmlForgeX.TablerIconType
- accent HtmlForgeX.TablerColor = Azure
public TablerCollectionEntityRowPreset Initials(String initials, TablerColor accent = Azure) #TablerCollectionEntityRowPresetAdds leading initials to the entity cell.
Parameters
- initials System.String
- accent HtmlForgeX.TablerColor = Azure
public TablerCollectionEntityRowPreset Meta(String text, Nullable<TablerColor> color = null) #TablerCollectionEntityRowPresetAdds additional meta chips beneath the entity copy.
Parameters
- text System.String
- color System.Nullable{HtmlForgeX.TablerColor} = null
public TablerCollectionEntityRowPreset Metric(String value, String note = null, String changeText = null, TablerChangeType changeType = None) #TablerCollectionEntityRowPresetAdds a headline metric cell.
Parameters
- value System.String
- note System.String = null
- changeText System.String = null
- changeType HtmlForgeX.TablerChangeType = None
public TablerCollectionEntityRowPreset Progress(String label, Int32 progress, TablerColor color, String note = null) #TablerCollectionEntityRowPresetAdds a progress summary cell.
Parameters
- label System.String
- progress System.Int32
- color HtmlForgeX.TablerColor
- note System.String = null
public TablerCollectionEntityRowPreset Selectable(Boolean selected = false) #TablerCollectionEntityRowPresetMarks the row as selectable and optionally checked.
Parameters
- selected System.Boolean = false
public TablerCollectionEntityRowPreset Status(String text, TablerColor color = Azure) #TablerCollectionEntityRowPresetAdds a compact status cell.
Parameters
- text System.String
- color HtmlForgeX.TablerColor = Azure
public TablerCollectionEntityRowPreset Tone(TablerCollectionTableRowTone tone) #TablerCollectionEntityRowPresetApplies a semantic visual emphasis tone to the row.
Parameters
- tone HtmlForgeX.TablerCollectionTableRowTone