It is only possible to search trough the last 10000 events. When you show 100 events per page an you open page 101 you receive no result but the following page.
Since we maintain the active page as URL query params ?page=101&pageSize=100 we should still display the pagination in this case to allow the user to easily open the previous page.
Description
It is only possible to search trough the last 10000 events. When you show 100 events per page an you open page 101 you receive no result but the following page.
Since we maintain the active page as URL query params
?page=101&pageSize=100
we should still display the pagination in this case to allow the user to easily open the previous page.Context
Your Environment