Closed githubjeka closed 10 years ago
GroupGridView::widget( [ 'extraRowColumns' => ['project.id'], 'columns' => [ [ 'attribute' => 'project.id', ], ] ] );
The code is work fine, but i get grid with duplicate columns
When deleted 'attribute' => 'project.id', then throw PHP Notice Undefined index: project.id here
'attribute' => 'project.id',
Undefined index: project.id
p.s 'visible' => false not helped too
'visible' => false
The code is work fine, but i get grid with duplicate columns
When deleted
'attribute' => 'project.id',
then throw PHP NoticeUndefined index: project.id
herep.s
'visible' => false
not helped too