grid\DataColumn $label

$label public property

Label to be displayed in the header cell and also to be used as the sorting link label when sorting is enabled for this column. If it is not set and the models provided by the GridViews data provider are instances of yii\db\ActiveRecord, the label will be determined using yii\db\ActiveRecord::getAttributeLabel(). Otherwise yii\helpers\Inflector::camel2words() will be used to get a label.

public string $label = null
doc_Yii
2016-10-30 17:04:09
Comments
Leave a Comment

Please login to continue.