Thanks poonam, the best way I find to learn, along wi5 the videos, is to download the source code (see video description). Glad you liked the content, thanks for your support
I know the video is old, but thank you so much for the effort. Although I have a question. How do I set up some sort of AdminConfig? My usecase is to integrate some third party application REST API, and each site has it's own config. Whenever the webpart is loaded, it should automatically load it's own config from (somewhere!). Is there a standard way to do this? Or some app/admin configuration per website (not user config)?
Interesting. Why not have a list on the site containing the config and reading from there. If that’s not what you want you could build an API on a hosted server and use http to access it
Yes, go to the site collection and add an app and choose it in the site collection where you want webparts to appear, rather than deploying to all when you deploy from the app catalog
Interesting question. You can’t hide a webpart but in the render return null if you want to have a mostly empty webpart but it will leave space for a margin
This is a really great tutorial !!! thank you :)
Glad it was helpful!
This is quite advanced for me as a beginner :p Very power pack video. Thanks for all the effort sir.
Thanks poonam, the best way I find to learn, along wi5 the videos, is to download the source code (see video description). Glad you liked the content, thanks for your support
Very useful thank you!
Glad it was helpful!
I know the video is old, but thank you so much for the effort.
Although I have a question. How do I set up some sort of AdminConfig?
My usecase is to integrate some third party application REST API, and each site has it's own config.
Whenever the webpart is loaded, it should automatically load it's own config from (somewhere!).
Is there a standard way to do this? Or some app/admin configuration per website (not user config)?
Interesting. Why not have a list on the site containing the config and reading from there. If that’s not what you want you could build an API on a hosted server and use http to access it
Is it possible to deploy web part to just one site collection or limited site collections, not all site collections on the tenant?
Yes, go to the site collection and add an app and choose it in the site collection where you want webparts to appear, rather than deploying to all when you deploy from the app catalog
Thks i try learn react
Thanks for your support
Hi Roberts , how To hide wp when wp is empty, i don t know thks 🙋♂️
Interesting question. You can’t hide a webpart but in the render return null if you want to have a mostly empty webpart but it will leave space for a margin
@@RDT i would like hide wp when it s not on modify, like wp sharepoint : hide if there are no data , sorry for english
Your English is great! On render
If this.displayMode == DisplayMode.Edit return null
Thank you! This helps a lot :)
Thanks for the feedback! Happy to hear it helped you 🙂