Raw content return for Grid DataColumn & Column

This commit is contained in:
Kartik Visweswaran
2014-02-02 21:57:00 +00:00
parent 0991be84f5
commit eb655e6104

View File

@@ -140,7 +140,7 @@ class Column extends Object
*/ */
protected function renderDataCellContent($model, $key, $index) protected function renderDataCellContent($model, $key, $index)
{ {
return ($this->content !== null) ? $this->getDataCellContent : $this->grid->emptyCell; return ($this->content !== null) ? $this->getDataCellContent($model, $key, $index) : $this->grid->emptyCell;
} }
/** /**