-
FEATURED COMPONENTS
First time here? Check out the FAQ!
![]() | 1 | initial version | |
If you work mvvm :
onselect="@command('showPopup',data = each)"
where in your controller :
@Command
public void showPopup(@BindingParam("data") Object o) {
// The object data is just yourr object of that row.
// Show your popup.
}
Greetz chill.
![]() | 2 | No.2 Revision |
If you work mvvm :
onselect="@command('showPopup',data = each)"
where in your
@Command
public void showPopup(@BindingParam("data") Object o) {
// The object data is just yourr object of that row.
// Show your popup.
}
Greetz chill.