Guest User

Untitled

a guest
Dec 10th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $dataProvider = new ActiveDataProvider([
  2. 'query' => $query->asArray(), // It is a simple SQL query.
  3. 'key' => 'item',
  4. 'sort' => [
  5. 'attributes' => [
  6. 'item',
  7. 'quantity',
  8. ],
  9. ]
  10. ]);
Add Comment
Please, Sign In to add comment