SyntaxFix
Write A Post
Hire A Developer
Questions
I think there's proper solution. Configure the yii\data\Sort object:
yii\data\Sort
$dataProvider = new ActiveDataProvider([ 'query' => $query, 'sort'=> ['defaultOrder' => ['topic_order' => SORT_ASC]], ]);
Official doc link