Posts by Lennon Cécere • 1 point
2 posts
-
0
votes1
answer105
viewsA: Yii2 - How to sort gridview in a form [POST] without losing the filters using Windows arrayDataProvider
[RESOLVED] To shorten the URL and be able to use the GET method I used the following code: class MyModelExemple extends ActiveRecord { private $_formName; // Função que vai "renomear" a model public…
-
0
votes1
answer105
viewsQ: Yii2 - How to sort gridview in a form [POST] without losing the filters using Windows arrayDataProvider
I have a form with 14 search fields and half of these fields are arrays, for this reason the form method is POST otherwise shows error (414 - Request URI Too long). I’m using the gridview to render…