Skip to content

Commit 5a0c69d

Browse files
authored
Moved columnOptions to BaseColumn
1 parent d0c1cb1 commit 5a0c69d

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

src/TabularColumn.php

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,7 @@
1818
* @property TabularInput $context
1919
*/
2020
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+
{
3822
/**
3923
* Returns element's name.
4024
*

0 commit comments

Comments
 (0)