Answer the question
In order to leave comments, you need to log in
Yii2 how to work with GridView?
The point is the following.
I specify the column in the following way:
[
'label' => Html::checkbox('name'),
'content' => function ($data) {
return Html::checkbox('name2');
},
],
Answer the question
In order to leave comments, you need to log in
Use pre-made classes, don't make bikes.
[
'class' => 'yii\grid\CheckboxColumn',
// you may configure additional properties here
],
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question