HtmlForgeX

API Reference

Enum

TableType

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Table library type.

Inheritance

  • Enum
  • TableType

Values

public const TableType None #

No specific library.

Value: 0
public const TableType BootstrapTable #

BootstrapTable library.

Value: 1
public const TableType DataTables #

jQuery DataTables library.

Value: 2
public const TableType Tabler #

Tabler table component.

Value: 3