kartik\grid\SerialColumn::init PHP Method

init() public method

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

Usage Example

Ejemplo n.º 1
0
 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();
 }