yii\grid\Column::renderFilterCell PHP 메소드

renderFilterCell() 공개 메소드

Renders the filter cell.
public renderFilterCell ( )
    public function renderFilterCell()
    {
        return Html::tag('td', $this->renderFilterCellContent(), $this->filterOptions);
    }