Forum Discussion
harishpatil
Aug 12, 2025Brass Contributor
Hot to apply Target Audience to SharePoint list views
Hi All, Hot to apply Target Audience to SharePoint list views? Just like we are able to do for left navigation links so the same need to apply list views. Thanks, Harish Patil
harishpatil
Aug 18, 2025Brass Contributor
Hi Pankaj and All,
But this is working on SharePoint 2013. This means it is working on SharePoint 2013 but not SharePoint Online.
Is here any way achieve this SPFX.
Thanks,
Harish Patil
PankajBadoni
Aug 18, 2025Iron Contributor
Hi Harish,
Audience targeting isn’t available for SharePoint Online list views in the modern experience.
Yes, you can implement it using SPFx (SharePoint Framework). Here's a sample from the GitHub PnP community that demonstrates how to use audience targeting in a React-based SPFx web part:
sp-dev-fx-webparts/samples/react-target-audience/README.md at main · pnp/sp-dev-fx-webparts · GitHub
-----------------------------------------------------------------------------
If this helped, please mark it as the answer!