Skip to content

Commit 2ed48b3

Browse files
committed
add title for LinkColumn
1 parent f976819 commit 2ed48b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LinkColumn.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class LinkColumn extends \yii\base\BaseObject
1515
{
1616
public $queryParams = ['id'];
1717
public $url;
18+
public $title;
1819
public $label;
1920
public $options = [];
2021
public $data = null;

0 commit comments

Comments
 (0)