Answer the question
In order to leave comments, you need to log in
Why doesn't sorting by numeric field work in ActiveDataProvider?
$dataProvider = new ActiveDataProvider([
'query' => $query,
'sort' => [
'attributes' => ['id','name']
],
'pagination' => [ 'pageSize' => 20 ]
]);
<?= GridView::widget([
'dataProvider' => $dataProvider ...
Answer the question
In order to leave comments, you need to log in
Understood.
I messed it up :)
In the $query itself I did:$query = Shops::find()->orderBy('name');
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question