File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 18
18
* @property TabularInput $context
19
19
*/
20
20
class TabularColumn extends BaseColumn
21
- {
22
- /**
23
- * @var array|\Closure the HTML attributes for the indivdual table body column. This can be either an array
24
- * specifying the common HTML attributes for indivdual body column, or an anonymous function that
25
- * returns an array of the HTML attributes. It should have the following signature:
26
- *
27
- * ```php
28
- * function ($model, $index, $context)
29
- * ```
30
- *
31
- * - `$model`: the current data model being rendered
32
- * - `$index`: the zero-based index of the data model in the model array
33
- * - `$context`: the widget object
34
- *
35
- */
36
- public $ columnOptions = [];
37
-
21
+ {
38
22
/**
39
23
* Returns element's name.
40
24
*
You can’t perform that action at this time.
0 commit comments