Forum Discussion
DerfNotwen
Oct 26, 2023Copper Contributor
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/Implem...
Paul_Mather
Oct 30, 2023MVP
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