Hello dear community. Please tell me, is there somewhere an example of Ajax loading pages paginator? I do not want to reinvent the wheel again ...
Maybe somewhere there is a repository of ready-made solutions? I'm not good in English. It is difficult to understand the description of the script, it is difficult to find.
Hey man
You can take look Phanbook to see how is it work, for example the js file https://github.com/phanbook/phanbook/blob/master/core/modules/backend/assets/js/app.plugin-custom.js#L38 and the action https://github.com/phanbook/phanbook/blob/master/core/modules/backend/controllers/ControllerBase.php#L429
Thanks for the answer! I will try to understand ...