Comments on: How to Create a list using SharePoint Framework (SPFx) https://www.spguides.com/create-list-spfx/ Learn SharePoint, Office 365, Nintex, PowerApps, PowerBI etc, SharePoint training and video courses Wed, 15 Nov 2023 06:55:55 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Maximilian S https://www.spguides.com/create-list-spfx/#comments/599 Mon, 10 Jan 2022 14:01:59 +0000 https://www.sharepointsky.com/?p=11205#comment-599 In reply to Maximilian S.

I’ve found the solution myself right now. Didn’t find the keyword anywhere. But it is:
“OnQuickLaunch”. I hope it helps someone.

]]>
By: Maximilian S https://www.spguides.com/create-list-spfx/#comments/598 Mon, 10 Jan 2022 12:31:18 +0000 https://www.sharepointsky.com/?p=11205#comment-598 First of all, thank you for the article, it helped a lot. Is there a way to add the “Add to website navigation” here too?
Like a keyword to add in the definition and set to true / false depending on the checkbox (just like in the standard SharePoint create list dialog)?

const listDefinition : any = {
“Title”: “My List”,
“Description”: “My description”,
“AllowContentTypes”: true,
“BaseTemplate”: 100,
“ContentTypesEnabled”: true,
“???”: this.state.addListToWebsiteNavigation
};

Thanks in advance!

]]>
By: Prashant Soni https://www.spguides.com/create-list-spfx/#comments/332 Fri, 16 Jul 2021 11:49:28 +0000 https://www.sharepointsky.com/?p=11205#comment-332 How to add columns or create a list from an existing list or template

]]>
By: Parthipan S https://www.spguides.com/create-list-spfx/#comments/230 Wed, 31 Mar 2021 10:01:19 +0000 https://www.sharepointsky.com/?p=11205#comment-230 How to create the list using templates.

]]>