Answer the question
In order to leave comments, you need to log in
Sorting in GridView Yii2?
Good evening, there was a problem with sorting such a field in the GridView
'columns' => [
...
[
'attribute'=>'title',
'format' => 'html',
'label' => 'title',
'value'=>function($model){
return Html::a($model->title);
},
],
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question