<?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 Filter an HTML Table Using JavaScript (Search on the HTML Table)	</title>
	<atom:link href="https://speedysense.com/filter-html-table-using-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>https://speedysense.com/filter-html-table-using-javascript/</link>
	<description>Web Technologies, Programming, Linux, Open-source Blog</description>
	<lastBuildDate>Tue, 29 Nov 2022 14:06:49 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Kedar		</title>
		<link>https://speedysense.com/filter-html-table-using-javascript/#comment-24167</link>

		<dc:creator><![CDATA[Kedar]]></dc:creator>
		<pubDate>Mon, 29 Aug 2022 03:47:50 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=726#comment-24167</guid>

					<description><![CDATA[Perfectly done, thanks a lot !]]></description>
			<content:encoded><![CDATA[<p>Perfectly done, thanks a lot !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Sundell		</title>
		<link>https://speedysense.com/filter-html-table-using-javascript/#comment-12585</link>

		<dc:creator><![CDATA[Peter Sundell]]></dc:creator>
		<pubDate>Fri, 11 Feb 2022 09:26:34 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=726#comment-12585</guid>

					<description><![CDATA[Very well done!!!!
Is there an easy fix to also highlight the search hits, or is this a bigger task?
BR]]></description>
			<content:encoded><![CDATA[<p>Very well done!!!!<br />
Is there an easy fix to also highlight the search hits, or is this a bigger task?<br />
BR</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pranshu		</title>
		<link>https://speedysense.com/filter-html-table-using-javascript/#comment-9457</link>

		<dc:creator><![CDATA[Pranshu]]></dc:creator>
		<pubDate>Thu, 02 Sep 2021 13:02:33 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=726#comment-9457</guid>

					<description><![CDATA[Thanks !]]></description>
			<content:encoded><![CDATA[<p>Thanks !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: chima		</title>
		<link>https://speedysense.com/filter-html-table-using-javascript/#comment-7555</link>

		<dc:creator><![CDATA[chima]]></dc:creator>
		<pubDate>Sun, 16 May 2021 21:02:09 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=726#comment-7555</guid>

					<description><![CDATA[worked well.
Thanks]]></description>
			<content:encoded><![CDATA[<p>worked well.<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Litbea		</title>
		<link>https://speedysense.com/filter-html-table-using-javascript/#comment-7486</link>

		<dc:creator><![CDATA[Litbea]]></dc:creator>
		<pubDate>Mon, 10 May 2021 10:41:40 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=726#comment-7486</guid>

					<description><![CDATA[Very nice filter indeed.
+1 to the question on how to hide the table on load while showing results when using the input field. I&#039;ve tried 
row.style.display = text_content.indexOf(search_val) &#062; -1 ? &#039;none&#039; : &#039;&#039;;
instead of
row.style.display = text_content.indexOf(search_val) &#062; -1 ? &#039;&#039; : &#039;none&#039;;
but without luck.]]></description>
			<content:encoded><![CDATA[<p>Very nice filter indeed.<br />
+1 to the question on how to hide the table on load while showing results when using the input field. I&#8217;ve tried<br />
row.style.display = text_content.indexOf(search_val) &gt; -1 ? &#8216;none&#8217; : &#8221;;<br />
instead of<br />
row.style.display = text_content.indexOf(search_val) &gt; -1 ? &#8221; : &#8216;none&#8217;;<br />
but without luck.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dimitri		</title>
		<link>https://speedysense.com/filter-html-table-using-javascript/#comment-4426</link>

		<dc:creator><![CDATA[Dimitri]]></dc:creator>
		<pubDate>Sun, 15 Nov 2020 01:44:51 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=726#comment-4426</guid>

					<description><![CDATA[How to copy table items in plain text?
Sometimes copying text from the table and directly pasting in password boxes on other websites is not working until we paste the text from table somewhere else and then copy again from the new place.]]></description>
			<content:encoded><![CDATA[<p>How to copy table items in plain text?<br />
Sometimes copying text from the table and directly pasting in password boxes on other websites is not working until we paste the text from table somewhere else and then copy again from the new place.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chetan Thapa Magar		</title>
		<link>https://speedysense.com/filter-html-table-using-javascript/#comment-1155</link>

		<dc:creator><![CDATA[Chetan Thapa Magar]]></dc:creator>
		<pubDate>Sat, 28 Mar 2020 08:56:06 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=726#comment-1155</guid>

					<description><![CDATA[Nice but It doesn&#039;t works on blogger template. Can We Expect to get same filter table code which works on Blogger Blog.]]></description>
			<content:encoded><![CDATA[<p>Nice but It doesn&#8217;t works on blogger template. Can We Expect to get same filter table code which works on Blogger Blog.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mansingh		</title>
		<link>https://speedysense.com/filter-html-table-using-javascript/#comment-1101</link>

		<dc:creator><![CDATA[mansingh]]></dc:creator>
		<pubDate>Mon, 23 Mar 2020 10:27:35 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=726#comment-1101</guid>

					<description><![CDATA[Please This is wonderful script, please help to add hide table when search is empty and also please help to add button]]></description>
			<content:encoded><![CDATA[<p>Please This is wonderful script, please help to add hide table when search is empty and also please help to add button</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SpeedySense Editorial		</title>
		<link>https://speedysense.com/filter-html-table-using-javascript/#comment-433</link>

		<dc:creator><![CDATA[SpeedySense Editorial]]></dc:creator>
		<pubDate>Wed, 09 Oct 2019 16:25:20 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=726#comment-433</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://speedysense.com/filter-html-table-using-javascript/#comment-422&quot;&gt;Michelle&lt;/a&gt;.

Hi Michelle,

Yes, when input is empty you can hide table.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://speedysense.com/filter-html-table-using-javascript/#comment-422">Michelle</a>.</p>
<p>Hi Michelle,</p>
<p>Yes, when input is empty you can hide table.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
