Forum Discussion
PWA - Project Detail Pages
Is it possible to have collapsible and expandable sections in PDPs
I have a page that copes with project stages, but need to enhance it to handle Sprint methodology, so repeating Build/Test/Implement stages and capture details pertinent to each sprint.
Rather than have a massively long page I wanted to show the sections collapsed for each Sprint and then expand to capture whatever info needs to be provided for Build/Test/Implement and then collapse and move on to the next Sprint.
TIA Fred
Hello DerfNotwen ,
Not out of the box but you can add the code to the page to do this using a content editor web part / script editor web part or build a custom web part / app part that does this. You'd need to write the code yourself / find a dev that can. I did an example using tabs on PDPs a few years back https://pwmather.wordpress.com/2018/03/04/projectonline-projectserver-display-project-detail-page-web-parts-using-tabs-ppm-msproject-javascript-jquery/
Paul