You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The preview features allows for downloading the previewed data. But there's a confusion in the underlying code:
first of all, there are 2 ways to indicate that the data is downloadable. The consistency of this mechanism has to be reviewed. Ideally there should be a single operation needed to indicated downloadability.
the downloadable data is that stored in the records variable of the Data object, which may not be the same as the preview data. Again, consistency must be ensured.
The text was updated successfully, but these errors were encountered:
The preview features allows for downloading the previewed data. But there's a confusion in the underlying code:
records
variable of theData
object, which may not be the same as the preview data. Again, consistency must be ensured.The text was updated successfully, but these errors were encountered: