ExpandableColumn

ExpandableColumn

ExpandableColumn

Methods

Inherited from Column
Inherited from BasicAttributesTrait

__construct

Creates a pre-defined column for expanding rows with extra data.

ExpandableColumn::__construct( $id, \Gibbon\Tables\DataTable $table )

getLabel

Overrides the label.

ExpandableColumn::getLabel( ): string

Return Value: string


getOutput

Expander arrow.

ExpandableColumn::getOutput( array &$data = array() ): string

Return Value: string


getExpandedContent

Output the content of the expanded row. Can be set by the column ID, or with the column’s formatter callable.

ExpandableColumn::getExpandedContent( array &$data = array(), integer $columnCount ): string

Return Value: string