-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Streaming of rows for table. #1
Comments
+1 |
I've stumbled across this project in hope of achieving exactly what Peter has described above. I'd be interested in any feedback or direction you could provide on how this can be achieved using TTY::Table. Thanks in advance. |
@moortimis This hasn't been implemented yet in this library. I was hoping for discussion and review of my initial thoughts. Do you have an example of how you would like the streaming API to work? Would you mind commenting on my outline? |
Creating tables where you know the desired column widths (number of characters or percentages) but you don't know the number of rows yet, because you'd like to stream the rows, not wait for all the data until rendering.
The text was updated successfully, but these errors were encountered: