<?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: A Peek Under the Hood of YUI&#8217;s DataTable Control in 2.5.0</title>
	<atom:link href="http://www.yuiblog.com/blog/index.php/2008/02/25/datatable-250/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuiblog.com/blog/2008/02/25/datatable-250/</link>
	<description>The official blog of the YUI Project.</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:46:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Zach Leatherman</title>
		<link>http://www.yuiblog.com/blog/2008/02/25/datatable-250/comment-page-1/#comment-541298</link>
		<dc:creator>Zach Leatherman</dc:creator>
		<pubDate>Thu, 15 Jan 2009 16:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/02/25/datatable-250/#comment-541298</guid>
		<description>Hey guys, I&#039;m trying to progressively enhance a 40000 row HTML table to a YUI DataTable and my client has specifically requested NO paging links or weird infinite scrolling behavior.

Just kidding.

I&#039;ve been reviewing the equivalent components from all the other JS libraries (Ext, jQuery, Dojo, etc), and I thought I&#039;d drop by to say: Great work.  I really like the markup that this component gives back.  If you go into some of those other guy&#039;s markup, you&#039;ll see some pretty strange decisions!  For example, both Ext and Dojo have a table for EVERY row in their Grid&#039;s.  Weird right?

Anyway, good work here.</description>
		<content:encoded><![CDATA[<p>Hey guys, I&#8217;m trying to progressively enhance a 40000 row HTML table to a YUI DataTable and my client has specifically requested NO paging links or weird infinite scrolling behavior.</p>
<p>Just kidding.</p>
<p>I&#8217;ve been reviewing the equivalent components from all the other JS libraries (Ext, jQuery, Dojo, etc), and I thought I&#8217;d drop by to say: Great work.  I really like the markup that this component gives back.  If you go into some of those other guy&#8217;s markup, you&#8217;ll see some pretty strange decisions!  For example, both Ext and Dojo have a table for EVERY row in their Grid&#8217;s.  Weird right?</p>
<p>Anyway, good work here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunil</title>
		<link>http://www.yuiblog.com/blog/2008/02/25/datatable-250/comment-page-1/#comment-373406</link>
		<dc:creator>Sunil</dc:creator>
		<pubDate>Thu, 15 May 2008 16:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/02/25/datatable-250/#comment-373406</guid>
		<description>Datatable is great component.

But I am stuck with following issue where I need to pull data from nested xml elements.

Each Row represent the Parent Company.
I would like to display Parent Company name and 
its all chidren company names in one cell

ResultNode:Company
Fields: [ name ( I dont know how to configure the nested child-companies here )]

sample - xml

  Parent one
  1
  
      Child one
      ch1
  
  
      Child Two
      ch2
  


  Parent Two
  2
  
.....</description>
		<content:encoded><![CDATA[<p>Datatable is great component.</p>
<p>But I am stuck with following issue where I need to pull data from nested xml elements.</p>
<p>Each Row represent the Parent Company.<br />
I would like to display Parent Company name and<br />
its all chidren company names in one cell</p>
<p>ResultNode:Company<br />
Fields: [ name ( I dont know how to configure the nested child-companies here )]</p>
<p>sample &#8211; xml</p>
<p>  Parent one<br />
  1</p>
<p>      Child one<br />
      ch1</p>
<p>      Child Two<br />
      ch2</p>
<p>  Parent Two<br />
  2</p>
<p>&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.yuiblog.com/blog/2008/02/25/datatable-250/comment-page-1/#comment-324883</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 20 Mar 2008 15:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/02/25/datatable-250/#comment-324883</guid>
		<description>I try 2.5.1. That is great work. Thanks

The performance for large data is much fast than 2.4. But when I use renderLoopSize and scrollable, it is much slow.</description>
		<content:encoded><![CDATA[<p>I try 2.5.1. That is great work. Thanks</p>
<p>The performance for large data is much fast than 2.4. But when I use renderLoopSize and scrollable, it is much slow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Miraglia</title>
		<link>http://www.yuiblog.com/blog/2008/02/25/datatable-250/comment-page-1/#comment-316252</link>
		<dc:creator>Eric Miraglia</dc:creator>
		<pubDate>Mon, 03 Mar 2008 23:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/02/25/datatable-250/#comment-316252</guid>
		<description>@Tao --

Yep, we&#039;re aware of that, and we&#039;ll address it in 2.5.1.  Sorry for the inconvenience.  Overall, though, keep in mind that 2.5.0 is much faster (outside of the addRow issue) -- and we&#039;ll keep working to optimize performance even further.

Regards,
Eric</description>
		<content:encoded><![CDATA[<p>@Tao &#8211;</p>
<p>Yep, we&#8217;re aware of that, and we&#8217;ll address it in 2.5.1.  Sorry for the inconvenience.  Overall, though, keep in mind that 2.5.0 is much faster (outside of the addRow issue) &#8212; and we&#8217;ll keep working to optimize performance even further.</p>
<p>Regards,<br />
Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tao</title>
		<link>http://www.yuiblog.com/blog/2008/02/25/datatable-250/comment-page-1/#comment-314196</link>
		<dc:creator>Tao</dc:creator>
		<pubDate>Sat, 01 Mar 2008 00:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/02/25/datatable-250/#comment-314196</guid>
		<description>Good work, YUI team. The only concern for me is performance. It&#039;s much slower than 2.4.x See YUI group discussion - &lt;a&gt;
YUI 2.5.0 Datatable.addRow perfomance
&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Good work, YUI team. The only concern for me is performance. It&#8217;s much slower than 2.4.x See YUI group discussion &#8211; <a><br />
YUI 2.5.0 Datatable.addRow perfomance<br />
</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Pedley</title>
		<link>http://www.yuiblog.com/blog/2008/02/25/datatable-250/comment-page-1/#comment-314112</link>
		<dc:creator>Doug Pedley</dc:creator>
		<pubDate>Fri, 29 Feb 2008 20:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/02/25/datatable-250/#comment-314112</guid>
		<description>Great work guys, other than some css changes, it was an easy upgrade for us. Thanks.</description>
		<content:encoded><![CDATA[<p>Great work guys, other than some css changes, it was an easy upgrade for us. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saleem Javid</title>
		<link>http://www.yuiblog.com/blog/2008/02/25/datatable-250/comment-page-1/#comment-313039</link>
		<dc:creator>Saleem Javid</dc:creator>
		<pubDate>Wed, 27 Feb 2008 23:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/02/25/datatable-250/#comment-313039</guid>
		<description>The work you guys have done is awesome. Keep up the good work :)
I have built the whole site using YUI/ASP.NET/C# I can&#039;t wait to use the new DataTable features.

Web Architect,
www.accountmaven.com</description>
		<content:encoded><![CDATA[<p>The work you guys have done is awesome. Keep up the good work :)<br />
I have built the whole site using YUI/ASP.NET/C# I can&#8217;t wait to use the new DataTable features.</p>
<p>Web Architect,<br />
<a href="http://www.accountmaven.com" rel="nofollow">http://www.accountmaven.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

