cwegener commented on PR #19374: URL: https://github.com/apache/superset/pull/19374#issuecomment-1350184586
I had this issue on my subscribe list, for a particular use case that was solved in a different way. For future visitors: The use case was to initiate a full page navigation by clicking on a particular element inside a custom Superset chart. (e.g. a custom visualisation with a table, where each on in the table could be clickable and a value from a cell in that table might be used as a URL navigation parameter that references something that exists in a larger React app which embeds the Superset dashboard) However, in the end, we determined that the UX of doing a full page navigation was not great and we settled on an interaction that does not do a page navigation instead (e.g. Modal, popup etc ...) -- 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]
