Answer the question
In order to leave comments, you need to log in
How to sort GridView by model relative attribute field?
This is how the GridView column is built:
[
'attribute' => 'vocabulary_id',
'format' => 'raw',
'value' => function ($model) {
return Html::a(
Html::encode($model->vocabulary->name),
['vocabularies/update', 'id' => $model->vocabulary_id]
);
}
],
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