Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination should reset when switching table filtering options #22261

Open
corywatilo opened this issue May 11, 2024 · 1 comment
Open

Pagination should reset when switching table filtering options #22261

corywatilo opened this issue May 11, 2024 · 1 comment
Labels
bug Something isn't working right feature/events Feature Tag: Events

Comments

@corywatilo
Copy link
Contributor

Bug Description

Bug description

When paginating through events and switching from All events to PostHog events, results will be empty if you're not paginated to page 1.

For example, I was on page 3, but since there is only 1 page of PostHog events, I had to paginate back to page 1.

&event_type=event&ordering=-last_seen_at&page=3

Seems like page param should be removed when switching the type.

How to reproduce

  1. Go to events
  2. Change to page 3
  3. Switch to Type: PostHog events

Additional context

2024-05-11 14 33 48

Debug info

- [x] PostHog Cloud
@corywatilo corywatilo added bug Something isn't working right feature/events Feature Tag: Events labels May 11, 2024
@isAdrisal
Copy link

isAdrisal commented May 12, 2024

Ditto for other tables, like https://us.posthog.com/project/XXXXX/insights

Adding a filter like "On dashboard Y" works for page 1, but then clicking through to page 2 seems to lose the filter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right feature/events Feature Tag: Events
Projects
None yet
Development

No branches or pull requests

2 participants