Issue with Glide Internal Filtering

Hi everyone,

I’m experiencing an issue with Glide Internal Filtering applied inside a Table component.

In our app, multiple users can access the same page and use Glide’s native Internal Filtering. However, the filters do not reset per user session. When a new user logs in, the page still shows the filters that were applied by the previous user.

This behavior only happens with Glide’s Internal Filtering. We tested custom filtering workarounds built with user-specific data, and those reset correctly for each user.

Could the team please share if there’s a recommended fix or workaround?

Thanks in advance for your help.

I don’t think there’s a workaround. Not the first time this has been brought up though, it would be nice to be configurable.

You might also want to check this behavior. Are you having a public app or do users still have to log in?

Thanks for your reply!
I’m currently testing this in a logged-in app, all users need to sign in.
I agree, it would be great if the internal filtering were configurable per user.

1 Like

If your users do log in, and you mentioned that the custom filter “resets correctly for each user”, it would be weird if it isn’t done by a set column action.

The reason why I asked for that part is because user-specific values don’t get reset across sessions when users log in.

Thanks for clarifying!
Yes, our custom filters are user-specific, and they reset correctly for each user because they are based on user-specific columns. That’s why we don’t see the issue with our workarounds.

The problem only occurs with the native Internal Filtering in the table, which seems to retain previous users’ filter settings across sessions, even when users are logged in.

1 Like