nate
02/21/2019, 7:10 PMdatagrid(viewModel.children) {
scrollpane {
cellCache {
card {
cardfront {
innercard(AppStyles.chapterGraphic()) {
title = it.labelKey.toUpperCase()
bodyText = it.titleKey
}
cardbutton {
action {
viewModel.selectCollection(it)
}
}
}
}
}
}
}