yii\grid\Column::renderFooterCell PHP Method

renderFooterCell() public method

Renders the footer cell.
public renderFooterCell ( )
    public function renderFooterCell()
    {
        return Html::tag('td', $this->renderFooterCellContent(), $this->footerOptions);
    }