We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f976819 commit 2ed48b3Copy full SHA for 2ed48b3
src/LinkColumn.php
@@ -15,6 +15,7 @@ class LinkColumn extends \yii\base\BaseObject
15
{
16
public $queryParams = ['id'];
17
public $url;
18
+ public $title;
19
public $label;
20
public $options = [];
21
public $data = null;
0 commit comments