Forum Discussion
CharlyOueoueoue
Mar 31, 2022Copper Contributor
Display Sharepoint list with Javascript
Hi,
I want to display the content of my SharePoint LIST in my SharePoint WEBSITE using JavaScript.
I have seen that it is possible but I don't understand how to do it.
Thanks for help !
- I would suggest you to build an SPFx based solution which can be deployed on the SharePoint site if you are using SharePoint 2019 or SharePoint Online. You can also add OOB list web part on your SharePoint site page. But if you are using older version of SharePoint need to use Javascript then follow below link:
https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/hh185007(v=office.14)
1 Reply
- I would suggest you to build an SPFx based solution which can be deployed on the SharePoint site if you are using SharePoint 2019 or SharePoint Online. You can also add OOB list web part on your SharePoint site page. But if you are using older version of SharePoint need to use Javascript then follow below link:
https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/hh185007(v=office.14)