Forum Discussion
Murali_Kurva
Jun 24, 2023Copper Contributor
Need to hide column data when it is folder or display data when it is file on SharePoint document li
We are using "Column Formatting" option on SP document library for particular column. When it folder, then that option need to hide, if it file or document inside the folder, then option need to visi...
- Jun 25, 2023
Murali_Kurva use the following:
"visibility": "=if(((indexOf([$ContentTypeId],'0x0120')) == 0),'hidden', 'visible')"
Rob_Elliott
Jun 25, 2023Bronze Contributor
Murali_Kurva use the following:
"visibility": "=if(((indexOf([$ContentTypeId],'0x0120')) == 0),'hidden', 'visible')"