SharePoint Online, List Progress Icon?

M S 21 Reputation points
2021-02-17T08:01:00.377+00:00

Dear All,

Watching a video from Microsoft:

edit-list-items-dac1a1c3-a80b-4082-ba57-715cf613d0f7

I saw these "icons" within the columns called "Category, Progress, Priority". Unfortunately, I am not sure, what is the correct term for them? I tried to find a guide, how to implement them but was not able to find anything, due to the lack of understanding, what I am searching for.

Can someone help and guide me, where I can find such instructions or how to implement those "icons"? I would like to use them in a small list I am preparing and find it convenient.

Thank you very much,

Mike

Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. Jerry Xu-MSFT 7,961 Reputation points
    2021-02-18T02:08:51.39+00:00

    Hi, @M S ,

    The "icons" are simply generated by SharePoint Column JSON formatting. We can use it to customize how the columns look like.

    In SharePoint Online now, when you create a new column (like choice column), you can directly choose some basic formatting. And when you click the column header, navigate to column settings>format this column. You can apply JSON formatting to edit the style, adding conditional rules via UI or with JSON code directly. You can try with the UI approach by yourself.

    69226-image.png69264-image.png

    For more information, you can check these docs:
    https://support.microsoft.com/en-us/office/column-formatting-1f927342-2bed-4745-b727-ff8b7ff96b22
    https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. M S 21 Reputation points
    2021-02-18T02:12:48.293+00:00

    Thanx a lot JerryXu-MSFT,

    This was exactly the answer I was searching for. I have no experience with JSON but thanx to the net, there are many examples around. I will go through the links you sent me and am sure, it won't be too difficult.

    Thanx again for the great help,

    Mike


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.