PHP Class Prado\Web\UI\ActiveControls\TActiveBoundColumn
TActiveBoundColumn represents a column that is bound to a field in a data source.
The cells in the column will be displayed using the data indexed by
{@link setDataField DataField}. You can customize the display by
setting {@link setDataFormatString DataFormatString}.
This is the active counterpart to the {@link TBoundColumn} control. For that purpose,
if sorting is allowed, the header links/buttons are replaced by active controls.
Please refer to the original documentation of the {@link TBoundColumn} for usage.
Show file
Open project: pradosoft/prado
Protected Methods
Method Details