Add a Table widget with headers option (when label is None and value ends with '.csv' and when value is a list of list)#66
Conversation
…t, tuple for header)
|
This one looks promising but is it really finished? Because, when running the example, I noticed that some tables are editable, some aren't. And editable fields are reset to blank fields when double-clicking (I'm not sure that it's the expected behavior). |
|
Yes the behaviour is alright: The two first tables are 'insider fields', list of lists, they have a label and your data that you can edit and they return the new values. Same behaviour for the TreeView with 'insider' modifiable dict and 'outsider' read-only XML and JSON files. |
Ok but when you are editing one of these fields, the value is deleted:
|

No description provided.