Tag: JSON View Formatting

SharePoint JSON Formatting: Remove column name from group header

SharePoint JSON Formatting: Remove column name from group header

SharePoint's JSON formatting capabilities empower users to customize the look and feel of SharePoint lists and libraries effortlessly. One common customization request is to remove the column name from the group header in a grouped SharePoint list view. In this blog post, we'll explore why you might want to remove the column name and provide a step-by-step guide on achieving this using SharePoint JSON formatting.

SharePoint Online: External Image URLs not working in JSON Formatting

SharePoint Online: External Image URLs not working in JSON Formatting

Earlier this year Microsoft updated the SharePoint JSON formatting feature and blocked most of the external domain image sources by default in custom JSON column and view formatting. Only images from the following domains are allowed by default:

SharePoint Online: Apply JSON View formatting using CLI for Microsoft 365

SharePoint Online: Apply JSON View formatting using CLI for Microsoft 365

SharePoint Online is a powerful platform for managing and sharing documents and other types of content within an organization. One of the key features of SharePoint Online is its ability to use JSON View formatting to customize the look and feel of lists and libraries. However, applying JSON View formatting can be a time-consuming and repetitive task, especially if you need to apply the same formatting to multiple sites or lists.

SharePoint Online: Apply JSON View formatting using PnP PowerShell

SharePoint Online: Apply JSON View formatting using PnP PowerShell

SharePoint online JSON view formatting is a powerful feature that allows you to customize the look and feel of your SharePoint lists and libraries. In my previous article I explained how to apply JSON View formatting using SharePoint REST API. In this article, we will see how you can easily apply JSON view formatting to your SharePoint lists and libraries using PnP PowerShell from the command line.

SharePoint Online: Apply JSON View formatting using SharePoint REST API

SharePoint Online: Apply JSON View formatting using SharePoint REST API

JSON View formatting in SharePoint Online can be an useful tool for customizing the way list/library data is presented to end users. This can help improve the user experience and make it easier for users to understand and interact with the SharePoint lists/library data. In this blog post, we will discuss how to apply JSON View formatting in SharePoint Online using SharePoint REST API.

SharePoint: Highlight selected list item rows using JSON formatting

SharePoint: Highlight selected list item rows using JSON formatting

You can use JSON formatting in SharePoint to customize the display of columns and views in SharePoint online lists and Microsoft Lists. Microsoft recently introduced @isSelected token in JSON formatting which helps us to determine if a list item is selected in list view or not.