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
Thanks very much for this library. I'm working on bindings for the R language.
I encountered this behavior where modifying hide_border_bottom() won't modify the output if the table has been printed some time before.
+-------+
| hello |
+-------+
| world |
+-------+
+-------+
| hello |
+-------+
| world |
+-------+
+--------------------------------------------------+
| hello |
+--------------------------------------------------+
| world |
+--------------------------------------------------+
The text was updated successfully, but these errors were encountered:
dfalbel
changed the title
Hide border doesn't affect the output once the has been printed
Hide border doesn't affect the output once the table has been printed
Feb 7, 2022
Hello there,
Thanks very much for this library. I'm working on bindings for the R language.
I encountered this behavior where modifying
hide_border_bottom()
won't modify the output if the table has been printed some time before.For example:
Returns:
The text was updated successfully, but these errors were encountered: