window.open #112
-
Is there a way to allow window.open? A customer is trying to download the marked rows from context menu. The sandbox environment makes it challenging for this type of use case. Any work arounds, ideas or solutions for it? The original question was posted here |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is currently not supported by the Mods API. It is possible to download the data from the marked rows a mod via the "Data to file" option. The only caveat is that the mod needs to enable |
Beta Was this translation helpful? Give feedback.
This is currently not supported by the Mods API. It is possible to download the data from the marked rows a mod via the "Data to file" option. The only caveat is that the mod needs to enable
tooltip
property in thedataViewDefinition
in the (mod-manifest.json)[https://tibcosoftware.github.io/spotfire-mods/mod-schema/index.html#:~:text=for%20this%20axis.-,tooltip,-%3A%20object%20%5Bobject]. This was added in version 1.3 of the Mods API.