Forum Discussion
Sharepoint list collapsible records
- Nov 07, 2022
Ward84 This is not possible using SharePoint out of the box lists capabilities in modern experience. You will need custom solution for this.
Options for you:
- OOTB: Add both lists on a site page using "List" web part and use dynamic filtering to connect them. Connect web parts in SharePoint
- PowerApps: You can develop canvas application in which you can easily show the lists using nested gallery controls
- SPFx: This requires coding & development experience. You can build your own web part using SPFx to show two nested lists. Check:
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Hi Ward84
If you have a common ID, in that case you can use a simple lookup and add additional columns from the source list.
- Ward84Nov 09, 2022Copper Contributor
NanddeepNachan thanks for the quick reply!
I was playing with the lookup tables already but it doesn't make it collapsible if there are more than 1 items to the one record. Or i misunderstand what you are saying.
Kind regards,
Ward
- NanddeepNachanNov 09, 2022Learn Expert