0

I created a static master detail grid with some data inside and it works fine, now I would like to populate my "node child detail" getting data from a network call, is it possible? My code is very similar to this.

michoprogrammer
  • 1,159
  • 2
  • 18
  • 45

1 Answers1

1

I was searching in the wrong direction. The solution is to use the lazy loading of groups

michoprogrammer
  • 1,159
  • 2
  • 18
  • 45