0

We have these linked sharepoint lists:-

  1. Department list

  2. Category List >> has a lookup field to the Department list.

  3. Asset list >> has a lookup field to the Category list.

so is there a way using JavaScript + sharepoint rest api to build a tree-like view which will show the related Department >> then under each department to show the related Categories >> and then under each category to show the related Assets?

Thanks

Thank

John John
  • 1
  • 72
  • 238
  • 501

1 Answers1

0

jsTree plugin offers an easy way to generate a tree view. And it's very convenient to set up its data source:

enter image description here

BR

Baker_Kong
  • 1,739
  • 1
  • 4
  • 9