discoveryjs / discovery

A framework for rapid data (JSON) analysis, shareable serverless reports and dashboards
https://discoveryjs.github.io/discovery/
MIT License
345 stars 6 forks source link

Lazy tree leafs #84

Open smelukov opened 3 years ago

smelukov commented 3 years ago
{
  view: 'tree',
  itemConfig: {
    lazy: true,
    hasChildren: '=some.request.to.show.plus.icon',
    children: '=some.heavy.request'
  }
}