hi, i have a datatable made up a list of owners .
Clicking on an individual owner should access a list of the Riva properties .
By clicking on a single property I should access a list of elements of the selected property , then clicking on a single element should access a list of the selected item asset .
How would I represent this situation ? I would like to avoid opening a new form for each click . Thanks for your help
As far as I can see, you can try to use the data binding. Here’s a couple of samples for the different elements:
List, dataview and htmlform:
http://webix.com/snippet/ba0a4fbf
Datatable and form: