Open dasistwas opened 3 years ago
Steps: I create a view with pagingbar and custom filter I select 1 in the Per page menu I search for something in the customfilter - works I sort by some field, works also I click on the pagingbar page 2 and filters are gone - fails
So here pagingbar actually shows up when using customfilters but does not work properly. Am looking into that.
I've been working on this for a few days now without much progress. Customfilter is in big parts incompatible with filter and pagination does not work as expected bc. data is not passed.
To get the number of total entries we need to build a separate query without customfilter, this is a huge overhead.
Current status: When in the view settings the tag '##pagingbar##' is included and I use a custom filter, then the paging bar does not show up due to lack of limitation to set entries per page.