Transform Content Navigation With List JSON Formatting

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น • 30

  • @stevecorey365
    @stevecorey365  ปีที่แล้ว +2

    🔥 Here's another great JSON solution that you can add to your SharePoint pages - th-cam.com/video/sE98UJTI66E/w-d-xo.html

  • @flightmode7655
    @flightmode7655 ปีที่แล้ว

    Steve, every time you drop a video i am excited to learn something new. you really are doing great stuff!

    • @stevecorey365
      @stevecorey365  ปีที่แล้ว

      Thank you so much!! You made my day! 😀

  • @squareggs
    @squareggs ปีที่แล้ว

    This is great thanks Steve, I’m definitely trying this. Your JSON solution videos got me started on my JSON journey, much appreciated. Hoping to enrol on your online course in the new year 🤩

    • @stevecorey365
      @stevecorey365  ปีที่แล้ว

      Thanks so much! It's been fun showing off these great examples and breaking down how they work. Can't wait to see you in the course! I just finished recording the content, and it covers so much!

  • @simonfesting8933
    @simonfesting8933 10 หลายเดือนก่อน +1

    Great video thanks. I would like to see it that under the text on the right hand side was a link to go back to the list item, in case we want to add more columns of information

    • @stevecorey365
      @stevecorey365  10 หลายเดือนก่อน

      That would be a nice feature to have!

  • @ThomasFogg-b7c
    @ThomasFogg-b7c ปีที่แล้ว +1

    Thanks, Steve. Excellent channel 🤘🏻
    Do you know if there's a way to display an image in this Content Navigator view? I have managed to add an image from the source list by using "src": and referencing the default URL created SharePoint when Image column is created, but I can't figure out how to make it automatically apply the picture relevant to that item in list - like how the "txtContent" works.
    "src": "@currentField" doesn't seem to work, I think because the image is saved in a unique URL location?

    • @stevecorey365
      @stevecorey365  ปีที่แล้ว +1

      Thanks so much!!
      That's actually one of the big topics I cover in my new course. You have to use the syntax [$FieldName] to reference another column.

  • @masarubae
    @masarubae ปีที่แล้ว

    Steve.. this is amazing!!!!! Thank you so much

  • @TTeamFan
    @TTeamFan 7 หลายเดือนก่อน

    Nice addition to the JSON toolbox

    • @stevecorey365
      @stevecorey365  7 หลายเดือนก่อน

      Thanks so much!!

  • @johnkang4323
    @johnkang4323 5 หลายเดือนก่อน +2

    Hi Steve, enjoyed the video. Is it possible to add a link to the content column so that users can click on it to be taken to a different site or page?

    • @stevecorey365
      @stevecorey365  5 หลายเดือนก่อน

      Absolutely! If you had a rich text column, you'd be able to add hyperlinks. That should work to achieve your goal.

    • @johnkang1340
      @johnkang1340 5 หลายเดือนก่อน

      I tried that but it displays the html code when I do that.

    • @susansiqueira9668
      @susansiqueira9668 4 หลายเดือนก่อน

      @@johnkang1340 the same is happening to me. did you find any solution?

  • @chap666ish
    @chap666ish ปีที่แล้ว

    Really nice, Steve.
    What happens when someone clicks the left/right-arrow when they are the start/end of the list?

    • @stevecorey365
      @stevecorey365  ปีที่แล้ว +1

      Great question! In this example, there's an expression that will hide the "back" button when you're at the beginning of the list. That's not used on the "next" button, but nothing happens when you click it while on the last item. That would be a great thing to add to Chris's solution, if you want to get yourself a free M365 github badge!

  • @AD12209
    @AD12209 10 หลายเดือนก่อน +1

    Amazing video! Is there a way to prevent the page from moving when the button is clicked? Also, can we add clickable URLs?

    • @stevecorey365
      @stevecorey365  10 หลายเดือนก่อน

      I don't think so. It's a little annoying, but I could live with it (I think?) 😊

  • @kristianacelgenecua7064
    @kristianacelgenecua7064 6 หลายเดือนก่อน +1

    This is neat!
    However i'm encountering an issue with the Content View. If the Multiple-line Text is longer than usual, it overlaps with the previous entry - making it unreadable. Is this something that can be adjusted by modifying the JSON Definition? I tried changing the height in content-navigator.json but it only added whitespace between contents. When i click the Links, it still overlaps.

    • @stevecorey365
      @stevecorey365  6 หลายเดือนก่อน

      Yes, there are CSS properties to control text overflow. That sounds like it will fix that issue.

  • @Dezz005
    @Dezz005 ปีที่แล้ว

    Awesome Video!!!

  • @PowerPlatformDiv
    @PowerPlatformDiv ปีที่แล้ว

    It’s awesome 🙌

  • @BigLeafDropper86
    @BigLeafDropper86 9 หลายเดือนก่อน +1

    nice one