1
Hi Pratham,
You can use column formatting option available in every column settings, please find more info in the official documentaion.
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting
Thanks,
Jayakumar B
0
yes, If you are going to use the sharepoint new experience you can follow the JSON column formatting as mentioned by Jayakumar. If your option is classic experience, override the display item template and use it in js reference of the respective list web part
0
JSLink should work on calculated column
0
Hi Nanddeep Nacha,
No column formatting option. i'm using new column with calculated type and adding below syntax but no output.
="<center>"&
IF([ApprovedStatus]="Completed","<img src='https://.sharepoint.com/image/green.png' border='0'/>",
IF([ApprovedStatus]="Rejected","<img src='https://.sharepoint.com/image/redd.png' border='0'/>",
IF([ApprovedStatus]="In progress","<img src='https://.sharepoint.com/image/org.png' border='0'/>","")))
&"</center>"
thanks,
pratham.
0
Is column formatting option available with SharePoint 2013 OnPremise?
0
You may use JSLink for this.
Please refer: https://nearbaseline.com/2013/12/sharepoint-list-conditional-formatting-with-jslink/