ryepezb1 opened a new issue, #33288: URL: https://github.com/apache/superset/issues/33288
When using server-side pagination in a table chart, the search bar only filters the results visible on the current page, instead of searching across the entire dataset returned by the query. 📌 Steps to reproduce: Create a table chart with a dataset large enough to require pagination. Enable server-side pagination. Try to search for a value that exists on a different page (not currently visible). The search input does not return any results unless the value is present in the currently displayed page. 🔎 Expected behavior: The search bar should filter the entire result set returned by the query, not just the current page. -- 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]
