Commit eb655e61 by Kartik Visweswaran

Raw content return for Grid DataColumn & Column

parent 0991be84
...@@ -140,7 +140,7 @@ class Column extends Object ...@@ -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;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment