Skip to content

Commit 6bf404f

Browse files
authored
Update TabularColumn.php
1 parent 523ba97 commit 6bf404f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/TabularColumn.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
*/
2020
class TabularColumn extends BaseColumn
2121
{
22+
/**
23+
* @var array the HTML attributes for the body cell tag.
24+
*/
25+
public $columnOptions = [];
26+
2227
/**
2328
* Returns element's name.
2429
*
@@ -71,4 +76,4 @@ public function setModel($model)
7176

7277
parent::setModel($model);
7378
}
74-
}
79+
}

0 commit comments

Comments
 (0)