HtmlForgeX

API Reference

Enum

DataTablesPageLengthPlacement

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

Controls where the native DataTables page-length selector is rendered.

Inheritance

  • Enum
  • DataTablesPageLengthPlacement

Values

public const DataTablesPageLengthPlacement None #

Hide the page-length selector.

Value: 0
public const DataTablesPageLengthPlacement Top #

Render the page-length selector above the table.

Value: 1
public const DataTablesPageLengthPlacement Bottom #

Render the page-length selector below the table.

Value: 2
public const DataTablesPageLengthPlacement Both #

Render the page-length selector above and below the table.

Value: 3