A few ways Exports could be improved #314
jpageacsys
started this conversation in
General
Replies: 1 comment
-
|
For anyone interested, I wrote a helper class. It's using some of my own functions but the main code should be universal. I was getting a lot of complaints about crashes when users tried to copy or export large sets of data on the main thread. It would be nice if this or something similar was implemented as part of the library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a few issues with the build in Export To CSV function that could be improved:
I implemented my own override, but I'm not able to handle commas in the strings or get the GetAllContent to run in the background thread.
Beta Was this translation helpful? Give feedback.
All reactions