kartik\grid\SerialColumn::init PHP Method

init() public method

public init ( )
    public function init()
    {
        $this->parseFormat();
        $this->parseVisibility();
        parent::init();
        $this->setPageRows();
    }

Usage Example

コード例 #1
0
ファイル: SerialColumn.php プロジェクト: pipekung/yii2-grid
 public function init()
 {
     $this->grid->formatColumn($this->hAlign, $this->vAlign, $this->noWrap, $this->width, $this->headerOptions, $this->contentOptions, $this->pageSummaryOptions, $this->footerOptions);
     parent::init();
     $this->setPageRows();
 }