-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL #13
Comments
renderPDF() returns the pdf as an in-memory Data type. From there, you can persist the data if you like using Data.writeTo and give it whatever name or url you like. The Table block operates on an array of a single data type and not with nested data as you describe. If you need to produce a report on a single program, pass program.songs as the data array for Table. If you need to produce a report on several programs, you would need to "flatten your data first". e.g: Program Name; Program Year Released; Song Number; Song NameProg Name 1. 2024 1 Song Name 1 I don't think I have implemented it yet, but at some point, a Table will be able to be nested within another Table and you would be able to pass [programs] to the outer table and program.songs to the inner table... I hope this is enough info to help you get started. I have not been actively working on this for several months. The soonest I foresee this coming out of beta would be a year from now. |
Since this is in beta, would it be safe to use this in my project?-Mark/*Mark J PerrymanApple Product ***@***.*** Nov 13, 2024, at 18:27, David Yowell ***@***.***> wrote:
renderPDF() returns the pdf as an in-memory Data type. From there, you can persist the data if you like using Data.writeTo and give it whatever name or url you like.
The Table block operates on an array of a single data type and not with nested data as you describe. If you need to produce a report on a single program, pass program.songs as the data array for Table. If you need to produce a report on several programs, you would need to "flatten your data first". e.g:
Program Name; Program Year Released; Song Number; Song Name
Prog Name 1. 2024 1 Song Name 1
Prog Name 1. 2024 2 Song Name 2
Prog Name 1. 2024 3 Song Name 3
Prog Name 2. 2020 1 Song Name 1
Prog Name 2. 2020 2 Song Name 2
Prog Name 2. 2020 3 Song Name 3
I don't think I have implemented it yet, but at some point, a Table will be able to be nested within another Table and you would be able to pass [programs] to the outer table and program.songs to the inner table...
I hope this is enough info to help you get started.
I have not been actively working on this for several months. The soonest I foresee this coming out of beta would be a year from now.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I would not use it in an app you plan to submit to the AppStore, but it is safe for personal projects. |
Ok,
The app I want to use it in in already on the AppStore. I will start playing with it in the app and wait for release before submitting to the AppStore.
Thanks,
…-Mark/*
Mark J Perryman
Apple Product Enthusiast
***@***.***
On Nov 14, 2024, at 05:54, David Yowell ***@***.***> wrote:
I would not use it in an app you plan to submit to the AppStore, but it is safe for personal projects.
—
Reply to this email directly, view it on GitHub <#13 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AF6AQVZPILJW6V6AFMZWOH32ASMPRAVCNFSM6AAAAABRCCO5N6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZWGI4DKNBRG4>.
You are receiving this because you authored the thread.
|
First, I’m very interested in this library for an app I’ve been developing.
‘anyway, I’d love to hear your thoughts or when this library might be out of beta.
The text was updated successfully, but these errors were encountered: