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
Right now, table rendering just appends new rows. This feature would be more usable if the table made an effort to keep updated data contained to a row.
Generalizing this may require some integration with the fluvio table workflow for hints about removing rows, so for now we want to make a best effort to render rows based on a client-side cache.
We should keep --output=table and have this rendering available under --output=full_table
The text was updated successfully, but these errors were encountered:
Right now, table rendering just appends new rows. This feature would be more usable if the table made an effort to keep updated data contained to a row.
Generalizing this may require some integration with the
fluvio table
workflow for hints about removing rows, so for now we want to make a best effort to render rows based on a client-side cache.--output=table
and have this rendering available under--output=full_table
The text was updated successfully, but these errors were encountered: