Table of Contents

Class TableViewPaths

Namespace
Htmx.Components.Table.Models
Assembly
Htmx.Components.dll

Contains the default view paths for table component partial views.

public class TableViewPaths
Inheritance
TableViewPaths
Inherited Members
Extension Methods

Properties

Body

Gets or sets the view path for the table body component.

public string Body { get; set; }

Property Value

string

Cell

Gets or sets the view path for individual table cells.

public string Cell { get; set; }

Property Value

string

CellActionList

Gets or sets the view path for cell action lists.

public string CellActionList { get; set; }

Property Value

string

CellEditText

Gets or sets the view path for editable text cells.

public string CellEditText { get; set; }

Property Value

string

EditClassToggle

Gets or sets the view path for edit mode class toggle controls.

public string EditClassToggle { get; set; }

Property Value

string

FilterDateRange

Gets or sets the view path for date range filter controls.

public string FilterDateRange { get; set; }

Property Value

string

FilterText

Gets or sets the view path for text filter controls.

public string FilterText { get; set; }

Property Value

string

Header

Gets or sets the view path for table headers.

public string Header { get; set; }

Property Value

string

Pagination

Gets or sets the view path for pagination controls.

public string Pagination { get; set; }

Property Value

string

Row

Gets or sets the view path for table rows.

public string Row { get; set; }

Property Value

string

Table

Gets or sets the view path for the main table component.

public string Table { get; set; }

Property Value

string

TableActionList

Gets or sets the view path for table-level action lists.

public string TableActionList { get; set; }

Property Value

string