Textualize / textual

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
https://textual.textualize.io/
MIT License
25.57k stars 785 forks source link

KeyError error occurred in DataTable #4900

Open CDWEN0526 opened 2 months ago

CDWEN0526 commented 2 months ago

I repeatedly clear and render line content when using DataTable, and now I encounter a problem KeyError: <textual.widgets._data_table.RowKey object at 0x7fadc181c190>

Here I attach a screenshot of the question

图片

github-actions[bot] commented 2 months 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

darrenburns commented 2 months ago

Could you share a minimal example of how you encountered this error?