AoLiGei1221 commented on issue #35141: URL: https://github.com/apache/superset/issues/35141#issuecomment-3398903028
@msyavuz We plan to: Keep the existing full dataset export behavior as it is (via backend /api/v1/chart/data). Add a new option "Export Current View" that: For CSV: extracts the currently visible rows on the frontend (DOM-based export). For JSON/Excel: sends the same backend API request as full export, but includes frontend filters (like Search box input) so the backend returns only the filtered data. And here are two pics about our design: <img width="682" height="391" alt="Image" src="https://github.com/user-attachments/assets/026dbf48-7f19-45c2-a31c-5216fa0cfb45" />, do you have comments on it? or any suggestions. Thank you! -- 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]
