PHP 클래스 yii\grid\SerialColumn

To add a SerialColumn to the GridView, add it to the [[GridView::columns|columns]] configuration as follows: php 'columns' => [ ... [ 'class' => 'yii\grid\SerialColumn', you may configure additional properties here ], ] For more details and usage information on SerialColumn, see the guide article on data widgets.
부터: 2.0
저자: Qiang Xue ([email protected])
상속: extends Column
파일 보기 프로젝트 열기: yiisoft/yii2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$header

보호된 메소드들

메소드 설명
renderDataCellContent ( $model, $key, $index )

메소드 상세

renderDataCellContent() 보호된 메소드

protected renderDataCellContent ( $model, $key, $index )

프로퍼티 상세

$header 공개적으로 프로퍼티

public $header