Add grid pagination
I know how to add the Plone navigation element (product "plone.batching") to a page template and I also know how to overwitte it. And I have created a version that integrates well with our theme (see instructions below) but I do not know how to make the navigation elements not to reload the page. The navigation elements are links that send the selected value through the request's get parameter. This is not user-friendly and in addition, it does not work well with the grids that are populated through Ajax (such as Resources)
To install the version that integrates well with our theme:
Put this file plone.batching.batchnavigation.pt in the folder "browser/overrides" with this exact file name and then in the page template add the following:
<div metal:use-macro="here/batch_macros/macros/navigation" />