HtmlForgeX

API Reference

Enum

DataTablesPagingPlacement

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

Controls where the native DataTables pagination buttons are rendered.

Inheritance

  • Enum
  • DataTablesPagingPlacement

Values

public const DataTablesPagingPlacement None #

Hide pagination buttons from managed HtmlForgeX layout slots.

Value: 0
public const DataTablesPagingPlacement Top #

Render pagination buttons above the table.

Value: 1
public const DataTablesPagingPlacement Bottom #

Render pagination buttons below the table.

Value: 2
public const DataTablesPagingPlacement Both #

Render pagination buttons above and below the table.

Value: 3