CheckboxColumn

CheckboxColumn

CheckboxColumn

Methods

Inherited from Column
Inherited from BasicAttributesTrait

__construct

Creates a pre-defined column for bulk-action checkboxes.

CheckboxColumn::__construct( $id, $key = null )

getLabel

Overrides the label with a checkall checkbox.

CheckboxColumn::getLabel( ): string

Return Value: string


getOutput

Renders a bulk-action checkbox, grabbing the value by key from $data.

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

Return Value: string