0
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 results with paging = 10, but when I click to show the results of the second tab of gridview
Yii2 cannot interpret the request and all results are lost. I noticed that the gridview
uses by default the framework method GET
that he gets lost and "disappears" with the results.
The same happens when I try to use the gridview
. I need to sort and use the gridview
with the POST form.