Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Good afternoon.
In the request, indicate that you need to display those records in which some field, I don’t know what it is called for you, is greater than or equal to 23.
Something like this
$dataProvider = new ActiveDataProvider([
'query' => Model::find()->where(['>=','position', 23]),
]);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question