Skip to main content

Questions tagged [json-formatting]

You can use JSON formatting to customize how fields in SharePoint lists and libraries are displayed. To do this, you construct a JSON object that describes the elements that are displayed when a field is included in a list view, and the styles to be applied to those elements.

1vote
1answer
20views

JSON formatting works on one list but not another

In SharePoint Online I've created a list and applied JSON formatting to a particular view. This formatting essentially displays the items as buttons. I then created multiple views and applied the same ...
Monomeeth's user avatar
1vote
1answer
27views

In a SharePoint Document Library, how do you create a column with the Properties (pencil) icon like in the attached screenshot?

In a SharePoint Document Library, how do you create a column with the Properties (pencil) icon like in the attached screenshot? Screenshot of the Column Needed:
Eric S's user avatar
0votes
0answers
12views

My multiline field is not displaying with my JSON code in SharePoint

My multiline field is not displaying with my JSON code in SharePoint My code is below: [$test] is the multiline field: { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/...
CuriousGeorge's user avatar
0votes
0answers
19views

Keep default appearance of Title field when using custom column format

In a SharePoint List I want to add an icon to the Title field while preserving all appearance and behavior of the default Title field. I wrote a custom column format, and on the first pass I realized ...
Stew's user avatar
  • 101
0votes
0answers
15views

How to remove the SharePoint lIst line and selection with JSON?

I have added a Sharepoint list to the List Webpart. you see there is a line. How can i remove it with JSON: Also when i hover over de row it gets another color. How can make it stay the color white? ...
Peter Kiers's user avatar
0votes
1answer
22views

Put an icon after the text in one column when text is entered in another column

I have a SharePoint List with 5 columns. The last columns is called "Opmerkingen". What I would like is when a user enters text into the column "Opmerkingen" an icon must be ...
Peter Kiers's user avatar
0votes
1answer
17views

Displaying Column Names in my JSON-code

I have three columns with the following InternalNames: Before, Between, and After. The corresponding column names are 00:00 - 07:59, 08:00 - 15:59, and 16:00 - 23:59. How can I modify the code below ...
Peter Kiers's user avatar
0votes
1answer
29views

How to group 3 columns in JSON?

I have 3 text columns with Internal Name Before, Between and After with text: 00:00 - 07:59, 08:00 - 15:59 and 16:00 - 23:59. I have done this in the classic site in the past: But how can I do this ...
Peter Kiers's user avatar
0votes
1answer
23views

When a user enters text in the column Opmerkingen than an icon must be displayed instead of text

I have a SharePoint list with 5 columns. One is called "Opmerkingen". What I would like is that when a user enters text in that column it shows an icon "comment"instead of the text....
Peter Kiers's user avatar
0votes
0answers
157views

Create a Gantt chart for Project List in Modern SharePoint using JSON code

Any Help will be greatly Appreciated! I have a SharePoint list [Project List], and I have created a Gantt chart with JSON code below. Gantt View: But I need a Gantt chart view that takes tasks for ...
user125530's user avatar
1vote
0answers
30views

SharePoint list doesn't show the current day at the top

I have a SharePoint list with a customized header, and the header is fixed when scrolling. One of the columns in my list is a date column, and the filter of my list is set to display the row with ...
Peter Kiers's user avatar
0votes
0answers
17views

I am trying to reduce the size of gallery tiles

I am trying to reduce the size of the gallery tiles in sharepoint document list of which contains an image column bit when i change the dimensions. The image doesnt change size of the image so i can ...
Andy Wilkinson's user avatar
0votes
1answer
65views

How to make a custom header in JSON fixed?

I have a SharePoint list with a custom header made in JSON-code. I got this code from the github. The code hides the actually header with: "hideColumnHeader is true" and makes a header of ...
Peter Kiers's user avatar
1vote
1answer
57views

List view formatting in combination with column formatting

I have 2 lists with each 5 columns (see the picture). In the top list, I have created my own view using view formatting in JSON. In the bottom list, I have applied column formatting in JSON on the ...
Peter Kiers's user avatar
1vote
2answers
247views

How do I correct my conditional formatting in Microsoft List to make the row highlight and bold when the next review is in 45 days?

I am trying to create conditional formatting for a Microsoft list to highlight the row in light blue and bold. I need the date to relative to today and then have the condition be based on a 45-day lag ...
John's user avatar

153050per page
close