You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my usecase i have nested lists of Entries (like the Person class)
and i want to be able to edit them like the itemviewmodel/withFXproperties
i need to show different editors for the list header and the lists contents and eventually also different types of entries in the list (that all extend a base class)
how can i write PersonList.kt to use a treetableview ?
how can i open different editors based on type ?
eg. Employee, CEO, Manager, etc (just to stay with the person analogy)
The text was updated successfully, but these errors were encountered:
in my usecase i have nested lists of Entries (like the Person class)
and i want to be able to edit them like the itemviewmodel/withFXproperties
i need to show different editors for the list header and the lists contents and eventually also different types of entries in the list (that all extend a base class)
eg. Employee, CEO, Manager, etc (just to stay with the person analogy)
The text was updated successfully, but these errors were encountered: