How to make a column bold and not collapsible?

Hamza Aldraimli 0 Reputation points
2024-07-19T19:54:35.6+00:00

Hi ,

hope everyone is doing Well,

Any one knows how to Bold a column and make it not collapsible?

in this case I want Column General Bold and not collapsible,

By the way it is grouped by "Category"

Image

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,807 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ling Zhou_MSFT 15,320 Reputation points Microsoft Vendor
    2024-07-22T02:02:30.9533333+00:00

    Hi @Hamza Aldraimli,

    Thank you for posting in this community.

    1. Set the columns not to be collapsed.

    Please select your view>Edit current view>Select Expanded in the Group by section.

    User's image

    User's image

    2. Set the font to be bold in the current column.

    Select your General column >Column Settings >Format this column >Advanced mode, copy the following JSON code > Save.

    User's image

    User's image

    {
     "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
    "elmType": "div",
    "style": {
    "font-weight": "bold"
     },
    "txtContent": "@currentField"
    }
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.