<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/" 
	>
<channel>
	<title>
	Comments on: How to Display SharePoint List Items in SPFx Web Part (Complete Tutorial)	</title>
	<atom:link href="https://www.spguides.com/retrieve-sharepoint-list-items-using-sharepoint-framework/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.spguides.com/retrieve-sharepoint-list-items-using-sharepoint-framework/</link>
	<description>Learn SharePoint, Power Platform, SPFx, etc, SharePoint training courses</description>
	<lastBuildDate>Tue, 24 Mar 2026 13:28:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>
		By: Raj		</title>
		<link>https://www.spguides.com/retrieve-sharepoint-list-items-using-sharepoint-framework/#comment-597</link>

		<dc:creator><![CDATA[Raj]]></dc:creator>
		<pubDate>Mon, 10 Jan 2022 00:27:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.sharepointsky.com/?p=11208#comment-597</guid>

					<description><![CDATA[Thats a great tutorial. Thanks
If I wanted to get just one item, say where title = hello, how can this be achieved?]]></description>
			<content:encoded><![CDATA[<p>Thats a great tutorial. Thanks<br />
If I wanted to get just one item, say where title = hello, how can this be achieved?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aghori		</title>
		<link>https://www.spguides.com/retrieve-sharepoint-list-items-using-sharepoint-framework/#comment-455</link>

		<dc:creator><![CDATA[Aghori]]></dc:creator>
		<pubDate>Thu, 11 Nov 2021 10:27:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.sharepointsky.com/?p=11208#comment-455</guid>

					<description><![CDATA[const items: any[] = await web.lists.getByTitle(&quot;FluentUIDetailsListWithCustomItemColumn&quot;).items.select(&quot;*&quot;, &quot;CustomerName/EMail&quot;, &quot;CustomerName/Title&quot;).expand(&quot;CustomerName/ID&quot;).get();

Not Working]]></description>
			<content:encoded><![CDATA[<p>const items: any[] = await web.lists.getByTitle(&#8220;FluentUIDetailsListWithCustomItemColumn&#8221;).items.select(&#8220;*&#8221;, &#8220;CustomerName/EMail&#8221;, &#8220;CustomerName/Title&#8221;).expand(&#8220;CustomerName/ID&#8221;).get();</p>
<p>Not Working</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: nitz		</title>
		<link>https://www.spguides.com/retrieve-sharepoint-list-items-using-sharepoint-framework/#comment-48</link>

		<dc:creator><![CDATA[nitz]]></dc:creator>
		<pubDate>Fri, 19 Jun 2020 15:01:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.sharepointsky.com/?p=11208#comment-48</guid>

					<description><![CDATA[Please share the code in GitHub ..]]></description>
			<content:encoded><![CDATA[<p>Please share the code in GitHub ..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manish Loke		</title>
		<link>https://www.spguides.com/retrieve-sharepoint-list-items-using-sharepoint-framework/#comment-32</link>

		<dc:creator><![CDATA[Manish Loke]]></dc:creator>
		<pubDate>Thu, 07 May 2020 08:35:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.sharepointsky.com/?p=11208#comment-32</guid>

					<description><![CDATA[Thank you so much]]></description>
			<content:encoded><![CDATA[<p>Thank you so much</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
