<?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/"
	
	>
<channel>
	<title>
	Comments on: How to make a SharePoint List work with Bootstrap &#8211; using SPServices and jQuery	</title>
	<atom:link href="https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/</link>
	<description>I turn code into captivating user experiences for the web</description>
	<lastBuildDate>Wed, 27 May 2020 05:12:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>
		By: JORGE L NEGRON		</title>
		<link>https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1331</link>

		<dc:creator><![CDATA[JORGE L NEGRON]]></dc:creator>
		<pubDate>Wed, 27 May 2020 05:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4446#comment-1331</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1330&quot;&gt;JORGE L NEGRON&lt;/a&gt;.

This is what I tried in the buildFaqs function right before the loop: sorted = _faqs.sort(function(a, b){return a.question - b.question});
Hope you can shed some light and provide some assistance.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1330">JORGE L NEGRON</a>.</p>
<p>This is what I tried in the buildFaqs function right before the loop: sorted = _faqs.sort(function(a, b){return a.question &#8211; b.question});<br />
Hope you can shed some light and provide some assistance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JORGE L NEGRON		</title>
		<link>https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1330</link>

		<dc:creator><![CDATA[JORGE L NEGRON]]></dc:creator>
		<pubDate>Wed, 27 May 2020 04:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4446#comment-1330</guid>

					<description><![CDATA[I&#039;ve been using this plugin since last November and its been awesome.  I really appreciate all the hard work and effort you put into this.  I eventually learned how to customize the js, but I&#039;ve been stuck on trying to sort the array.  I&#039;ve tried to use the .sort on the _faq array and even slicing the data into a new array.  No matter what I do, I can&#039;t figure out how to sort the data.  I&#039;m still new to js, can you please give me some pointers or suggestions on how I can accomplish this?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using this plugin since last November and its been awesome.  I really appreciate all the hard work and effort you put into this.  I eventually learned how to customize the js, but I&#8217;ve been stuck on trying to sort the array.  I&#8217;ve tried to use the .sort on the _faq array and even slicing the data into a new array.  No matter what I do, I can&#8217;t figure out how to sort the data.  I&#8217;m still new to js, can you please give me some pointers or suggestions on how I can accomplish this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Grinnders		</title>
		<link>https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1329</link>

		<dc:creator><![CDATA[Grinnders]]></dc:creator>
		<pubDate>Thu, 05 Dec 2019 15:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4446#comment-1329</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1328&quot;&gt;Michael Soriano&lt;/a&gt;.

Hi Mike, Thanks for your response.
I have managed to prove it with a new TestDocument Library, and even the 1st OOB Shared Document library if I want to filter on &#039;Modified By&#039; (Editor). However I cannot get it to work with a custom choice field I created &quot;Topic&quot; or even if I add a pre-existing (choice) field such as &quot;Report Category&quot; (ReportCategory);
	var spBL233565656  = new spBootstrapList ({
			&quot;instance&quot; : &quot;spBL233565656&quot;,
			&quot;filterBy&quot;: &quot;ReportCategory&quot;,
			&quot;answer&quot; : &quot;FileRef&quot;,
			&quot;listName&quot; : &quot;Documents&quot;
	});
If I flick filterBy to &quot;Editor&quot; it works. If I change the listname to my TestDocument library and use my custom &quot;Topic&quot; field it works, just as you&#039;d imagine.
Is there something peculiarly unique to the default documents folder? (Unfortunately I have too much content in the current library to migrate documents to my new custom one)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1328">Michael Soriano</a>.</p>
<p>Hi Mike, Thanks for your response.<br />
I have managed to prove it with a new TestDocument Library, and even the 1st OOB Shared Document library if I want to filter on &#8216;Modified By&#8217; (Editor). However I cannot get it to work with a custom choice field I created &#8220;Topic&#8221; or even if I add a pre-existing (choice) field such as &#8220;Report Category&#8221; (ReportCategory);<br />
	var spBL233565656  = new spBootstrapList ({<br />
			&#8220;instance&#8221; : &#8220;spBL233565656&#8221;,<br />
			&#8220;filterBy&#8221;: &#8220;ReportCategory&#8221;,<br />
			&#8220;answer&#8221; : &#8220;FileRef&#8221;,<br />
			&#8220;listName&#8221; : &#8220;Documents&#8221;<br />
	});<br />
If I flick filterBy to &#8220;Editor&#8221; it works. If I change the listname to my TestDocument library and use my custom &#8220;Topic&#8221; field it works, just as you&#8217;d imagine.<br />
Is there something peculiarly unique to the default documents folder? (Unfortunately I have too much content in the current library to migrate documents to my new custom one)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael Soriano		</title>
		<link>https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1328</link>

		<dc:creator><![CDATA[Michael Soriano]]></dc:creator>
		<pubDate>Tue, 26 Nov 2019 17:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4446#comment-1328</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1326&quot;&gt;Grinnders&lt;/a&gt;.

I think document libraries can be achieved. Please check https://sympmarc.github.io/SPServices/ documentation.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1326">Grinnders</a>.</p>
<p>I think document libraries can be achieved. Please check <a href="https://sympmarc.github.io/SPServices/" rel="nofollow ugc">https://sympmarc.github.io/SPServices/</a> documentation.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Grinnders		</title>
		<link>https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1327</link>

		<dc:creator><![CDATA[Grinnders]]></dc:creator>
		<pubDate>Fri, 08 Nov 2019 16:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4446#comment-1327</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1326&quot;&gt;Grinnders&lt;/a&gt;.

Or alternatively a &#039;view&#039; of a document library?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1326">Grinnders</a>.</p>
<p>Or alternatively a &#8216;view&#8217; of a document library?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Grinnders		</title>
		<link>https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1326</link>

		<dc:creator><![CDATA[Grinnders]]></dc:creator>
		<pubDate>Fri, 08 Nov 2019 10:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4446#comment-1326</guid>

					<description><![CDATA[Love this solution Thanks very much. suffered many similar issues to above (internal names different to display names and the pagination thing but managed to get it all fixed and looking sweet.
It&#039;s looking so sweet I am wondering how I can adapt it to show documents in a sharepoint Shared Docs folder, with the document name as the &#039;question&#039; and a hyperlink as the &#039;answer&#039;. I am wondering whether your solution works purely on &#039;Lists&#039; or whether there&#039;s a way to adapt it to &#039;forms&#039; which seems to be the way documents are laid out in sharepoint.
[domain]/spServer/spSiteName/Lists/Frequently%20Asked%20Questions/   versus
[domain]/spServer/spSiteName/Shared%20Documents/Forms/AllItems.aspx?RootFolder=blah blah blah]]></description>
			<content:encoded><![CDATA[<p>Love this solution Thanks very much. suffered many similar issues to above (internal names different to display names and the pagination thing but managed to get it all fixed and looking sweet.<br />
It&#8217;s looking so sweet I am wondering how I can adapt it to show documents in a sharepoint Shared Docs folder, with the document name as the &#8216;question&#8217; and a hyperlink as the &#8216;answer&#8217;. I am wondering whether your solution works purely on &#8216;Lists&#8217; or whether there&#8217;s a way to adapt it to &#8216;forms&#8217; which seems to be the way documents are laid out in sharepoint.<br />
[domain]/spServer/spSiteName/Lists/Frequently%20Asked%20Questions/   versus<br />
[domain]/spServer/spSiteName/Shared%20Documents/Forms/AllItems.aspx?RootFolder=blah blah blah</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Grindey		</title>
		<link>https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1325</link>

		<dc:creator><![CDATA[David Grindey]]></dc:creator>
		<pubDate>Fri, 08 Nov 2019 10:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4446#comment-1325</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1302&quot;&gt;lasertracs&lt;/a&gt;.

I had the same issue and managed to identify it was an issue between bootstrap 3 and 4 default css . V4 didn&#039;t seem to support it (as written above) so I found the elements in bootstrap 3.css and copied them into a page specific .css file. That fixed it for me rather than debugging Michael&#039;s code, as I&#039;m really just a hacker..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1302">lasertracs</a>.</p>
<p>I had the same issue and managed to identify it was an issue between bootstrap 3 and 4 default css . V4 didn&#8217;t seem to support it (as written above) so I found the elements in bootstrap 3.css and copied them into a page specific .css file. That fixed it for me rather than debugging Michael&#8217;s code, as I&#8217;m really just a hacker..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marcos Nunes		</title>
		<link>https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1324</link>

		<dc:creator><![CDATA[Marcos Nunes]]></dc:creator>
		<pubDate>Thu, 18 Apr 2019 10:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4446#comment-1324</guid>

					<description><![CDATA[That&#039;s a top class solution Michael. Well done!
Bootstrap was messing my page a bit so I had to use bootstrap-iso from Chris Youderian.
https://formden.com/blog/isolate-bootstrap
Cheers!]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s a top class solution Michael. Well done!<br />
Bootstrap was messing my page a bit so I had to use bootstrap-iso from Chris Youderian.<br />
<a href="https://formden.com/blog/isolate-bootstrap" rel="nofollow ugc">https://formden.com/blog/isolate-bootstrap</a><br />
Cheers!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: J Cody		</title>
		<link>https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1323</link>

		<dc:creator><![CDATA[J Cody]]></dc:creator>
		<pubDate>Fri, 05 Oct 2018 14:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4446#comment-1323</guid>

					<description><![CDATA[Thanks so much for this elegant solution. Is there a way to add more column info besides the Answer? For example, another column with a person&#039;s name related to the question.
Am I just updating the CAML query?
Thanks.]]></description>
			<content:encoded><![CDATA[<p>Thanks so much for this elegant solution. Is there a way to add more column info besides the Answer? For example, another column with a person&#8217;s name related to the question.<br />
Am I just updating the CAML query?<br />
Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: walaa		</title>
		<link>https://michaelsoriano.com/sharepoint-bootstrap-using-spservices-and-jquery/#comment-1322</link>

		<dc:creator><![CDATA[walaa]]></dc:creator>
		<pubDate>Wed, 15 Aug 2018 13:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4446#comment-1322</guid>

					<description><![CDATA[Hello Michael,
i need your help regarding this blog: How to make a SharePoint List work with Bootstrap – using SPServices and jQuery
I have a problem with the design where there is small squares that are shown near the page numbers (Check screenshot: https://imgur.com/a/QNfjbR1 ) and they are not buttons. I tried to remove them by fixing the files and try different browser but it remain the same. please help if you know at least the problem related to what
Thank you]]></description>
			<content:encoded><![CDATA[<p>Hello Michael,<br />
i need your help regarding this blog: How to make a SharePoint List work with Bootstrap – using SPServices and jQuery<br />
I have a problem with the design where there is small squares that are shown near the page numbers (Check screenshot: <a href="https://imgur.com/a/QNfjbR1" rel="nofollow ugc">https://imgur.com/a/QNfjbR1</a> ) and they are not buttons. I tried to remove them by fixing the files and try different browser but it remain the same. please help if you know at least the problem related to what<br />
Thank you</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
