Textualize / rich

Rich is a Python library for rich text and beautiful formatting in the terminal.
https://rich.readthedocs.io/en/latest/
MIT License
48.1k stars 1.69k forks source link

[REQUEST] Add a table level "overflow" setting that is used as a default for the columns. #3367

Open JulesGM opened 1 month ago

JulesGM commented 1 month ago

I find that most of the time when I use rich.table.Table, I don't create column objects directly, I just pass the names to the Table constructor, & most columns have the same config. Needing overflow="fold", which is a super common thing if you want to be able to see all your data, then requires that you create essentially dummy columns every time.

It would be cool and very convenient to move that config to the Table level (optionally), like a lot of other config options.

github-actions[bot] commented 1 month ago

Thank you for your issue. Give us a little time to review it.

PS. You might want to check the FAQ if you haven't done so already.

This is an automated reply, generated by FAQtory