kartik\grid\FormulaColumn::renderFooterCellContent PHP Method

renderFooterCellContent() protected method

Formatted footer cell content.
protected renderFooterCellContent ( ) : string
return string the rendering result
    protected function renderFooterCellContent()
    {
        if ($this->autoFooter) {
            return $this->grid->formatter->format($this->getFooterCellContent(), $this->format);
        }
        return parent::renderFooterCellContent();
    }