Display SharePoint List Items in a SPFX Web Part

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 48

  • @pwmusic1
    @pwmusic1 3 роки тому +1

    Short, concise, immediately useful: this video is perfect!
    Thank you so much for posting this and the previous SPFX video.
    Now onto your other videos :-)

  • @rahulkoul9110
    @rahulkoul9110 4 роки тому +1

    Wonderful explanations... Binge watched all the SPFx videos.

    • @ChinoDoesStuff
      @ChinoDoesStuff  4 роки тому

      So glad they helped you out! Anything you'd like to see in an upcoming video?

  • @tobor58
    @tobor58 3 роки тому +2

    Thanks I echo pwmusic.
    I've been struggling with the finicky funkiness of many of the "how to's " and I've broken more web part projects one way or the other attempting to use React/TypeScript etc. or PB&J/pnps whatever it its.
    This let me get some understanding as to why and what and then have some success using some of my own data.

    • @ChinoDoesStuff
      @ChinoDoesStuff  3 роки тому

      Glad you found the video useful. I tried to make a tutorial that was simple enough so that people new to this could have some success and yes I have removed music from newer videos. :)

  • @hayleyhurl6225
    @hayleyhurl6225 4 роки тому +1

    Great video! Super helpful as always 😄👍

  • @514goodboy
    @514goodboy 4 роки тому +1

    Thank you for sharing a great video. I tried, and getting the Cannot find module '@microsof/sp-http' error. Could you please share installation procedure. I tried to run npm install '@microsof/sp-http', still issue persists.

  • @greatpumpkin
    @greatpumpkin 4 роки тому +1

    Thanks. I watched both this and the prior video from last year. Was a great intro to SPFX. Do you have a GIT repo for this example? Would love to recreate this.

    • @ChinoDoesStuff
      @ChinoDoesStuff  4 роки тому +1

      Hey Chris.. I don't have a git repository and that may be something I might set up in the future but to be honest you don't need one for this project.. it's literally just a few lines of code changes from the default project that is generated.. follow along with both videos and you'll have what you need... Let me know if you get stuck or just want to chat more about it.. I was thinking about doing a follow up video but this time building a SPFx webpart that displays selected must read documents from a SharePoint doc library.. would
      you like to see something like that?

  • @AbbyRani
    @AbbyRani Рік тому

    Hi is that possible to create an edit form as dialog in sharepoint list using spfx

  • @MizanNet
    @MizanNet 4 роки тому +1

    excellent stuff

  • @prashantaryal7988
    @prashantaryal7988 3 роки тому

    Is there a way we can make the list update automatically? I am working on something like this the list are coming properly. But some reason when I change the list I have to manually refresh the webpage.

    • @ChinoDoesStuff
      @ChinoDoesStuff  2 роки тому

      Its been a while since I've explored this subject, but isn't there a Webpart property that controls auto-refresh? You could do in code via some kind of timer...

  • @kristinajoycegob5555
    @kristinajoycegob5555 4 роки тому +1

    Is it also possible to add another row to that webpart?

    • @ChinoDoesStuff
      @ChinoDoesStuff  4 роки тому

      For sure but of course there is more involved there.. I didn't show that because I was trying not to overload the video with too much... Hopefully, by applying the same principals you should be able to work that out yourself.. Let me know how you get on! Cheers and thanks for watching..

    • @SumitKumar-kv8rx
      @SumitKumar-kv8rx 4 роки тому

      A little help would be appreciated

  • @margoins32
    @margoins32 4 роки тому

    Chino, I see your .ts file but where is the manifest.json? Do I need to add anything in there for this list? Do you have a github I can see this code in.

    • @ChinoDoesStuff
      @ChinoDoesStuff  4 роки тому

      Sorry no Github Mario... Maybe just try to follow along with the video carefully.. its all there. :)

  • @kratiagrawal2987
    @kratiagrawal2987 3 роки тому

    Can you help me with this:
    Creating a spfx extension megamenu header and fetch data from SharePoint list

    • @ChinoDoesStuff
      @ChinoDoesStuff  2 роки тому

      Helping yourself is the best way to learn how to do something... :)

  • @HaileleoulGudetaBorou
    @HaileleoulGudetaBorou 4 роки тому +1

    Also eager to find the next video

  • @nagasushma7960
    @nagasushma7960 4 роки тому +1

    Please share the link of first video

    • @ChinoDoesStuff
      @ChinoDoesStuff  4 роки тому

      Hey Naga... Here's the link - ua-cam.com/video/qLN3OYszu6o/v-deo.html

  • @MrNellie1968
    @MrNellie1968 4 роки тому +1

    awsome

  • @BahrainMoss
    @BahrainMoss 4 роки тому

    How to enhance this webpart with Paginaton, Sort and Filter.

    • @ChinoDoesStuff
      @ChinoDoesStuff  4 роки тому

      Great suggestions.. when I get around to doing another SPfx video I may just take you up on that!

  • @mannutomar
    @mannutomar 3 роки тому +1

    👍👍

  • @aruncheetirala6683
    @aruncheetirala6683 4 роки тому

    How to change the output table view to document card

    • @ChinoDoesStuff
      @ChinoDoesStuff  4 роки тому

      Mmmm not sure if I understand exactly what you are asking here..

  • @aruncheetirala6683
    @aruncheetirala6683 4 роки тому

    How to change date format using the same code

    • @ChinoDoesStuff
      @ChinoDoesStuff  4 роки тому

      Remember SPFX basically uses JavaScript and there are tons of references out there for this kind of stuff.. Let me know if you get stuck and I will try and help more.

  • @MrAbueslam
    @MrAbueslam Рік тому

    my list does not show

  • @ntinykumar
    @ntinykumar 4 роки тому

    Can you please share the source code of it ?

    • @ChinoDoesStuff
      @ChinoDoesStuff  4 роки тому

      Sorry but I'm not sure if I still have it as this video was recorded some time ago. Should be easy to just copy down if you follow the video though. Let me know if you get stuck and I'll see if I can help out

  • @SumitKumar-kv8rx
    @SumitKumar-kv8rx 4 роки тому

    Can we add a new row to the table using a button?

    • @ChinoDoesStuff
      @ChinoDoesStuff  4 роки тому

      Sure can.... Did you end up working this out on your own?

  • @paulpham9637
    @paulpham9637 4 роки тому +1

    Don't like it! Can you hire bikini models to present instead?

  • @lufve12
    @lufve12 3 роки тому

    Unlike for background misc!!