DataContainer(model: ObservableList<M>, binding: (Int) -> C, child: Container = VPanel())
Creates DataContainer bound to given data model.
model
- data model of type ObservableList
binding
- a function which creates component C from data model at given index
child
- internal container (defaults to VPanel)
Constructor
Creates DataContainer bound to given data model.