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
Cell
Gets or sets the view path for individual table cells.
public string Cell { get; set; }
Property Value
CellActionList
Gets or sets the view path for cell action lists.
public string CellActionList { get; set; }
Property Value
CellEditText
Gets or sets the view path for editable text cells.
public string CellEditText { get; set; }
Property Value
EditClassToggle
Gets or sets the view path for edit mode class toggle controls.
public string EditClassToggle { get; set; }
Property Value
FilterDateRange
Gets or sets the view path for date range filter controls.
public string FilterDateRange { get; set; }
Property Value
FilterText
Gets or sets the view path for text filter controls.
public string FilterText { get; set; }
Property Value
Header
Gets or sets the view path for table headers.
public string Header { get; set; }
Property Value
Pagination
Gets or sets the view path for pagination controls.
public string Pagination { get; set; }
Property Value
Row
Gets or sets the view path for table rows.
public string Row { get; set; }
Property Value
Table
Gets or sets the view path for the main table component.
public string Table { get; set; }
Property Value
TableActionList
Gets or sets the view path for table-level action lists.
public string TableActionList { get; set; }