villebro commented on issue #15860: URL: https://github.com/apache/superset/issues/15860#issuecomment-888879029
@pkdotson I agree with @simcha90 - pagination is really just using `dataMask` as that's the mechanism we use for this type of behavior. So we can't really detach pagination from it. Since `dataMask` is becoming (or arguably has become) a foundational feature within the application, I think we're approaching a point where we should just remove the native filter and cross filter feature flags and move any contentious features into the `DASHBOARD_FILTERS_EXPERIMENTAL` feature flag. Thoughts @junlincc @amitmiran137 @rusackas @kgabryje ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
