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
Can you add functionality to remove entries from the table during runtime?
This would make it easier to use it event-based aka adding new entries when data arrives end removing entries from the table when they are not needed anymore
The text was updated successfully, but these errors were encountered:
The printer talks directly to the output stream. Without knowing what kind of output stream it is, will I be able to rewind the stream? e.g. if the footer has been printed, how would I rewind the stream to remove a row before reprint the footer?
Would you consider keeping bprinter in your view layer only? You can then create a class that manage the state of the table content, modifying it as event comes in, then only call bprinter to update your view when it is needed.
Hi
Can you add functionality to remove entries from the table during runtime?
This would make it easier to use it event-based aka adding new entries when data arrives end removing entries from the table when they are not needed anymore
The text was updated successfully, but these errors were encountered: