Categories
(Yii2) How to sort what ListView renders by 'id'?
I render posts. But for some reason, starting from the first id, you need to somehow change the order. Can't deal with it
Answer the question
In order to leave comments, you need to log in
$dataProvider = new ActiveDataProvider([ 'query' => $query, 'sort' => ['defaultOrder' => ['id' => SORT_DESC]], ]);
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question