<?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: Tablesorter 2.0 : Simple table sorter with jQuery</title>
	<atom:link href="http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/</link>
	<description>Advanced katas for javascripters</description>
	<lastBuildDate>Fri, 30 Jul 2010 18:10:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Keith</title>
		<link>http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/comment-page-1/#comment-414</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Mon, 21 Jan 2008 23:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/#comment-414</guid>
		<description>Actually, BK is correct... that is to say, if paging is used to prevent 1M records from traveling down the pipe.  I/you probably don&#039;t want to deal with sending this number of records/rows to a user.

I have used these paging and sorting addons both together and indivually... very slick.  The only problem i found is when you place the sorter within a div with overflow vertical allowed to scroll.  The header for some reason jumps to the top of the page... which made me go another direction.  Other than that... priceless.

=)



 is slick and</description>
		<content:encoded><![CDATA[<p>Actually, BK is correct&#8230; that is to say, if paging is used to prevent 1M records from traveling down the pipe.  I/you probably don&#8217;t want to deal with sending this number of records/rows to a user.</p>
<p>I have used these paging and sorting addons both together and indivually&#8230; very slick.  The only problem i found is when you place the sorter within a div with overflow vertical allowed to scroll.  The header for some reason jumps to the top of the page&#8230; which made me go another direction.  Other than that&#8230; priceless.</p>
<p>=)</p>
<p> is slick and</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Simard</title>
		<link>http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/comment-page-1/#comment-409</link>
		<dc:creator>Dan Simard</dc:creator>
		<pubDate>Tue, 15 Jan 2008 21:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/#comment-409</guid>
		<description>Hmmmm... looks like &lt;a href=&quot;http://tablesorter.com/docs/example-pager.html&quot; rel=&quot;nofollow&quot;&gt;you&#039;re missing something&lt;/a&gt;...</description>
		<content:encoded><![CDATA[<p>Hmmmm&#8230; looks like <a href="http://tablesorter.com/docs/example-pager.html" rel="nofollow">you&#8217;re missing something</a>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BK</title>
		<link>http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/comment-page-1/#comment-408</link>
		<dc:creator>BK</dc:creator>
		<pubDate>Tue, 15 Jan 2008 21:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/#comment-408</guid>
		<description>I think it may be important to remind that you have to get ALL elements in the table meaning you can&#039;t use paging with this approach (unless I missed something)</description>
		<content:encoded><![CDATA[<p>I think it may be important to remind that you have to get ALL elements in the table meaning you can&#8217;t use paging with this approach (unless I missed something)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Simard</title>
		<link>http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/comment-page-1/#comment-397</link>
		<dc:creator>Dan Simard</dc:creator>
		<pubDate>Wed, 09 Jan 2008 14:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/#comment-397</guid>
		<description>@FrankLamontagne
They have a &lt;a href=&quot;http://tablesorter.com/docs/example-triggers.html&quot; rel=&quot;nofollow&quot;&gt;1022 rows example&lt;/a&gt; and it&#039;s still fast.</description>
		<content:encoded><![CDATA[<p>@FrankLamontagne<br />
They have a <a href="http://tablesorter.com/docs/example-triggers.html" rel="nofollow">1022 rows example</a> and it&#8217;s still fast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FrankLamontagne</title>
		<link>http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/comment-page-1/#comment-396</link>
		<dc:creator>FrankLamontagne</dc:creator>
		<pubDate>Wed, 09 Jan 2008 12:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/#comment-396</guid>
		<description>Wow, great find... and it is blazing fast. I wonder if it can keep up the speed when there are like 500+ table rows</description>
		<content:encoded><![CDATA[<p>Wow, great find&#8230; and it is blazing fast. I wonder if it can keep up the speed when there are like 500+ table rows</p>
]]></content:encoded>
	</item>
</channel>
</rss>
