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.
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.
ganeshsanap thanks for the quick reply!
It is indeed possible in powerapps but we wanted it in a sharepointlist.
But i will take a deeper look at the OOTB solution so thanks for this.
Kind regards,
Ward