HtmlForgeX

API Reference

Class

DataTablesHeaderTypeHintsBuilder

Namespace HtmlForgeX
Assembly HtmlForgeX

Fluent helper to map column headers to DataTables type hints.

Inheritance

  • Object
  • DataTablesHeaderTypeHintsBuilder

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public DataTablesHeaderTypeHintsBuilder For(DataTablesColumnType type, params String[] headers) #
Returns: DataTablesHeaderTypeHintsBuilder

Maps multiple headers to the same column type.

Parameters

type HtmlForgeX.DataTablesColumnType requiredposition: 0
headers System.String[] requiredposition: 1
public DataTablesHeaderTypeHintsBuilder Set(String header, DataTablesColumnType type) #
Returns: DataTablesHeaderTypeHintsBuilder

Maps a single header to a column type.

Parameters

header System.String requiredposition: 0
type HtmlForgeX.DataTablesColumnType requiredposition: 1