BTW, the age column is not refreshed with SpinBox, we get "Loading..." instead.
Then I wanted to do the same using a TreeView yet like I mentioned in #28, I cannot trigger the change like with the ComboBox using attr model << data_models[cbox.selected_item] :
Hi, I try to change the data into a
TableView
, I tried using aComboBox
and it kinda works :table_view_combo.enaml.txt
BTW, the age column is not refreshed with
SpinBox
, we get "Loading..." instead.Then I wanted to do the same using a
TreeView
yet like I mentioned in #28, I cannot trigger the change like with theComboBox
usingattr model << data_models[cbox.selected_item]
:table_view_tree.enaml.txt
Any hint how to do that ?
PLUS, I'd like to switch on a new data set created at runtime. Not pre-computed before creating the UI.
Regards.