table_print icon indicating copy to clipboard operation
table_print copied to clipboard

Feature request: return as a string

Open shaicoleman opened this issue 2 years ago • 2 comments

Would be good to be able to return the table as a string, instead of printing it

shaicoleman avatar Apr 21 '23 10:04 shaicoleman

Maybe it can be done from the client side, configuring a StringIO to collect the output then converting it to a plain String.

esquinas avatar Apr 21 '23 11:04 esquinas