Skip to content
Advertisement

Reset a Table with Rich in Python, or delete a row?

How could I erase a row table in rich? (Erase the rows or reset all the table)

ex. How could I reset tableTest or erase a row?

JavaScript

Advertisement

Answer

No, rich does not provide any APIs to Delete/Remove the rows. See this Support for deleting/removing rows/columns from table to understand why no such APIs are added to the Table class.

Advertisement