How to obtain the blob URL for a filtered view? #36
-
Hi,
Is there some API call, is there some other way, to obtain programmatically the download URL that corresponds to the URL I used to load the flat viewer page? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
Wattenberger
Jun 2, 2021
Replies: 1 comment 1 reply
-
Unfortunately, the data is downloaded through the flat-ui component (https://github.com/githubocto/flat-ui/blob/main/src/components/grid.tsx#L240) An alternative could be to add a postprocessing step to your Flat action that saves a filtered version of your data. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Wattenberger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, the data is downloaded through the flat-ui component (https://github.com/githubocto/flat-ui/blob/main/src/components/grid.tsx#L240)
An alternative could be to add a postprocessing step to your Flat action that saves a filtered version of your data.