SharePoint List Gallery View, JSON Demystified, And The Craziest Feature Available Via JSON!

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 20

  • @stevecorey365
    @stevecorey365  Год назад

    🔥 Learn JSON formatting with my online course - www.modernworkmastery.com/courses/jsonformatting

  • @buzz6129
    @buzz6129 Год назад +3

    This is great, amazed how flexible SharePoint is. Thank you for your videos, every single one has been filled with gems!

    • @stevecorey365
      @stevecorey365  Год назад +1

      Thank you so much for the feedback! I'm happy to help the community!

  • @chainakpiban7106
    @chainakpiban7106 Год назад

    Fantastic video! Thank you for sharing your knowledge!!

    • @stevecorey365
      @stevecorey365  Год назад

      Glad you enjoyed it! Thanks for being a part of our community!

  • @malchicken
    @malchicken Год назад +1

    Thank you 👏. Any more information going thru examples of how JSON is formatted and what the different elements and attributes mean would be much appreciated 👌🏽. Thank you.

    • @stevecorey365
      @stevecorey365  Год назад +1

      No problem! I'll plan on more formatting examples in the future. Thanks!

  • @joeywilson6744
    @joeywilson6744 Год назад +1

    Hey thanks for the info, however I have a quick question! I have a description field that wraps similar to the one in this video, however it will push my last column off of the card if the text is too long. Is there a way to dynamically size the card when text wraps within? thanks

    • @stevecorey365
      @stevecorey365  Год назад +2

      If you could make the card taller to support the longer text, it would affect the entire card row below that card. The layout would be all thrown off. I recommend solving this a different way to preserve the layout integrity. Truncate the text using CSS (using the text-overflow CSS rule), to make sure all of your fields are displayed. Then, on the field that could be longer than expected, use a tooltip-style effect to show the full text. For the tooltip, this should work: www.w3schools.com/css/css_tooltip.asp

  • @Drekkkkkkkkkkkkkkkkk
    @Drekkkkkkkkkkkkkkkkk Год назад +1

    I'm new to SharePoint as I work in manufacturing. Is JSON formatting a relative new feature to SharePoint? I'm curious to learn it for my role but I'm worried that it's a unpopular tool as it required coding (relative to people that would work in an industrial setting) and the tool might be replaced or changed significantly in the future. How do you see this customization option change in the future?

    • @stevecorey365
      @stevecorey365  Год назад +1

      It is a relatively new feature, and I don't see this being replaced anytime soon. It's a great feature to do some fancy formatting without having to learn TypeScript and SharePoint Framework development.

  • @TrashTalkers
    @TrashTalkers Год назад +1

    Hi Steve, Hi all,
    i am searching for a solution to my problem which is the following:
    I would like to link Microsoft List elements in "Galery View" visualization mode. When clicking on a specific element, another website should pop up (see Image). In my case the preview opens up, which is not the desired solution.
    How can I adjust the JSON code possibly? What other solutions do you have?
    Thanks!

    • @stevecorey365
      @stevecorey365  Год назад

      I'm not 100% certain I understand your goal. In the JSON, you should be able to use any URL you want, including data from the list item (i.e. a website URL in a custom field). Use that in your hyperlink (the A element), and the hyperlink should work correctly.

  • @Webdogger
    @Webdogger Год назад +1

    Strangely, I have a description field as well but it does not wrap like yours does...it just cuts off with 3 ellipses. I am trying to get it to wrap but no success so far.

    • @stevecorey365
      @stevecorey365  Год назад

      Sounds like you've got additional CSS being applied from another source higher up in the DOM. The ellipses effect is applied via CSS. Use developer tools to find that, and override it in your custom JSON using the !important flag at the end of the line.

  • @Bryan-g4i
    @Bryan-g4i 2 месяца назад

    Steve, I am having an issue with the "hideselection" option. For the gallery view, I want the checkboxes (from hide selection) to always be visible. I have users selecting the box to go to a hyperlink but I need them to toggle the checkbox for the list properties web part. Would really appreciate help, huge fan.

  • @jl1399
    @jl1399 5 месяцев назад

    Can the edit button only be missing from a particular view?

  • @londonengland2309
    @londonengland2309 Год назад

    • @stevecorey365
      @stevecorey365  11 месяцев назад

      Simple, but VERY appreciated! Have a wonderful weekend 😊