LimeSurvey API - Master branch

TbDataColumn extends CDataColumn
in package

Bootstrap grid data column.

Table of Contents

Properties

$filterInputOptions  : array<string|int, mixed>

Methods

renderFilterCell()  : mixed
Renders the filter cell.
applyDefaultFilterAriaLabel()  : void
Adds an aria-label to filter controls when none is provided, for accessibility (e.g. WCAG / axe).
renderFilterCellContent()  : mixed
Renders the filter cell content. Here we can provide HTML options for actual filter input
renderHeaderCellContent()  : mixed
Renders the header cell content.

Properties

Methods

renderFilterCell()

Renders the filter cell.

public renderFilterCell() : mixed

applyDefaultFilterAriaLabel()

Adds an aria-label to filter controls when none is provided, for accessibility (e.g. WCAG / axe).

protected applyDefaultFilterAriaLabel(array<string|int, mixed> &$filterInputOptions) : void
Parameters
$filterInputOptions : array<string|int, mixed>

renderFilterCellContent()

Renders the filter cell content. Here we can provide HTML options for actual filter input

protected renderFilterCellContent() : mixed

renderHeaderCellContent()

Renders the header cell content.

protected renderHeaderCellContent() : mixed

This method will render a link that can trigger the sorting if the column is sortable.


        
On this page

Search results