yii\grid\Column::renderFilterCell PHP Method

renderFilterCell() public method

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