Good, I have a kind of problem, when I try to filter the users, in itself, it gives me two errors both related to paging.
-
The first is that when we change pages the fields are sent empty, so when changing the page, all the user's data is returned as if we had not applied the filter.
-
The second error is that the ajax renders only the section users, however, it changes the entire page, not only the section I want, that is, it deletes the filter section, I understand that it is the rendersection. p>
Is there any way to specify that you renderize a specific section within a specific div?