discovery
discovery copied to clipboard
Lazy tree leafs
{
view: 'tree',
itemConfig: {
lazy: true,
hasChildren: '=some.request.to.show.plus.icon',
children: '=some.heavy.request'
}
}