Commit 5f5570e7 by Kartik Visweswaran

Raw content return for Grid DataColumn & Column

parent eb655e61
......@@ -159,6 +159,6 @@ class DataColumn extends Column
*/
protected function renderDataCellContent($model, $key, $index)
{
return $this->grid->formatter->format($this->getDataCellContent, $this->format);
return $this->grid->formatter->format($this->getDataCellContent($model, $key, $index), $this->format);
}
}
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