Commit f906b3a1 by Thiago Talma

Adjust doc

parent a35fcbbf
......@@ -40,7 +40,8 @@ class DataColumn extends Column
*/
public $label;
/**
* @var \Closure an anonymous function that returns the value to be displayed for every data model.
* @var string|\Closure the attribute name to be displayed in this column or an anonymous function that returns
* the value to be displayed for every data model.
* The signature of this function is `function ($model, $index, $widget)`.
* If this is not set, `$model[$attribute]` will be used to obtain the value.
*/
......
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