Fetch Data from a SharePoint list Using JavaScript: Just run the snippet code on you SharePoint page (Create a list Name Citizen on you SP site with required fields.columns): < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > Table </ title > < style > #htmTable { width : 100% ; display : table ; border-spacing : 2px ; border-color : ...