I have a form with 14 search fields and half of these fields are arrays, so the form's method is POST otherwise it displays error
(414 - Request URI too long).
I am using gridview
to render results with pagination = 10 , but when I click to show the results of the second% _co_de% Yii2 can not interpret the request and all results they get lost. I have noticed that gridview
uses the default method of the gridview
method it loses itself and "adds" to the results.
The same happens when I try to use GET
. I need to sort and use gridview
with the POST form.