There is this wierd behaviour where paginated and most importantly FILTERED content is incorrectly dispaleyed. For instance if on a single page we should see up to selected amount of items, say 20. When filtered this number filters items on current page only, and for instance we see 5 items, but we can still switch pages. On differnt pages differnt number of items may be shown. I would exect that instead filtered items are regrouped in this paginatied component and as many as we can is displayed.
I believe this issue is caused because the filtering is happening on the frontend and pagination is not adjusted for that. We should be using pagintion and filtering provided by the backend. This way backend will correctly return paginated content
There is this wierd behaviour where paginated and most importantly FILTERED content is incorrectly dispaleyed. For instance if on a single page we should see up to selected amount of items, say 20. When filtered this number filters items on current page only, and for instance we see 5 items, but we can still switch pages. On differnt pages differnt number of items may be shown. I would exect that instead filtered items are regrouped in this paginatied component and as many as we can is displayed.
I believe this issue is caused because the filtering is happening on the frontend and pagination is not adjusted for that. We should be using pagintion and filtering provided by the backend. This way backend will correctly return paginated content