<?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: Fixed Columns demo live! (Microsoft Excel like tables)</title>
	<atom:link href="http://fixedheadertable.com/2009/10/19/fixed-columns-demo-live/feed/" rel="self" type="application/rss+xml" />
	<link>http://fixedheadertable.com/2009/10/19/fixed-columns-demo-live/</link>
	<description>a jQuery plugin by Mark Malek</description>
	<lastBuildDate>Wed, 14 Jul 2010 00:31:20 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: BEST AJAX EXAMPLES - Nagpur</title>
		<link>http://fixedheadertable.com/2009/10/19/fixed-columns-demo-live/comment-page-1/#comment-648</link>
		<dc:creator>BEST AJAX EXAMPLES - Nagpur</dc:creator>
		<pubDate>Tue, 11 May 2010 07:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://fixedheadertable.mmalek.com/?p=67#comment-648</guid>
		<description>[...] Fixed Header Tables [...]</description>
		<content:encoded><![CDATA[<p>[...] Fixed Header Tables [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://fixedheadertable.com/2009/10/19/fixed-columns-demo-live/comment-page-1/#comment-592</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 26 Apr 2010 08:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://fixedheadertable.mmalek.com/?p=67#comment-592</guid>
		<description>Hello..

In &quot;Fixed Column Demo&quot; what parameter we need to pass if we want to fix the first 3 column to block the horizontal scroll.</description>
		<content:encoded><![CDATA[<p>Hello..</p>
<p>In &#8220;Fixed Column Demo&#8221; what parameter we need to pass if we want to fix the first 3 column to block the horizontal scroll.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fenster</title>
		<link>http://fixedheadertable.com/2009/10/19/fixed-columns-demo-live/comment-page-1/#comment-538</link>
		<dc:creator>Fenster</dc:creator>
		<pubDate>Thu, 01 Apr 2010 10:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://fixedheadertable.mmalek.com/?p=67#comment-538</guid>
		<description>One of my friends already told me about this place and I do not regret that I found this article.</description>
		<content:encoded><![CDATA[<p>One of my friends already told me about this place and I do not regret that I found this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WorkerMaks</title>
		<link>http://fixedheadertable.com/2009/10/19/fixed-columns-demo-live/comment-page-1/#comment-314</link>
		<dc:creator>WorkerMaks</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://fixedheadertable.mmalek.com/?p=67#comment-314</guid>
		<description>Some bugs with td width if i have colspan in table (ver 1.0.b)

ie

 hdr1hdr2hdr3
 txt1txt2txt3
 txt4


replace 
thWidth = widthHidden[thCount]; 

to some like that in code (line 219-227)

var thCount = 0;
var thWidth;
var tdWidth;
var cSpan;
obj.find(&#039;table.fht_orig_table tbody tr td&#039;).each(function() {
if ($(this).hasClass(&#039;firstCell&#039;)) {
// if the current element has class firstCell then we are at the begginning of a new row
thCount = 0; // reset the counter
}
thWidth = 0;
cSpan = $(this).attr(&#039;colspan&#039;);
if (typeof cSpan == &#039;undefined&#039;) { cSpan = 1;}
for (var ci=thCount;ci&lt;(parseInt(cSpan)+parseInt(thCount));ci++) {thWidth = thWidth + widthHidden[ci]-parseInt(cSpan)};

and some bugs with border,cellpadding(line 165-169...) etc - if i use my css styles</description>
		<content:encoded><![CDATA[<p>Some bugs with td width if i have colspan in table (ver 1.0.b)</p>
<p>ie</p>
<p> hdr1hdr2hdr3<br />
 txt1txt2txt3<br />
 txt4</p>
<p>replace<br />
thWidth = widthHidden[thCount]; </p>
<p>to some like that in code (line 219-227)</p>
<p>var thCount = 0;<br />
var thWidth;<br />
var tdWidth;<br />
var cSpan;<br />
obj.find(&#8216;table.fht_orig_table tbody tr td&#8217;).each(function() {<br />
if ($(this).hasClass(&#8216;firstCell&#8217;)) {<br />
// if the current element has class firstCell then we are at the begginning of a new row<br />
thCount = 0; // reset the counter<br />
}<br />
thWidth = 0;<br />
cSpan = $(this).attr(&#8216;colspan&#8217;);<br />
if (typeof cSpan == &#8216;undefined&#8217;) { cSpan = 1;}<br />
for (var ci=thCount;ci&lt;(parseInt(cSpan)+parseInt(thCount));ci++) {thWidth = thWidth + widthHidden[ci]-parseInt(cSpan)};</p>
<p>and some bugs with border,cellpadding(line 165-169&#8230;) etc &#8211; if i use my css styles</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://fixedheadertable.com/2009/10/19/fixed-columns-demo-live/comment-page-1/#comment-77</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 02 Dec 2009 21:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://fixedheadertable.mmalek.com/?p=67#comment-77</guid>
		<description>The current release version on the downloads page doesn&#039;t support fixed columns. Just the demo so far.  Still need to work out several bugs before I release it.</description>
		<content:encoded><![CDATA[<p>The current release version on the downloads page doesn&#8217;t support fixed columns. Just the demo so far.  Still need to work out several bugs before I release it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirubaharan</title>
		<link>http://fixedheadertable.com/2009/10/19/fixed-columns-demo-live/comment-page-1/#comment-69</link>
		<dc:creator>Kirubaharan</dc:creator>
		<pubDate>Tue, 24 Nov 2009 07:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://fixedheadertable.mmalek.com/?p=67#comment-69</guid>
		<description>Hello..

In &quot;Fixed Column Demo&quot; what parameter we need to pass if we want to fix the first 3 column to block the horizontal scroll.</description>
		<content:encoded><![CDATA[<p>Hello..</p>
<p>In &#8220;Fixed Column Demo&#8221; what parameter we need to pass if we want to fix the first 3 column to block the horizontal scroll.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://fixedheadertable.com/2009/10/19/fixed-columns-demo-live/comment-page-1/#comment-66</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 18 Nov 2009 16:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://fixedheadertable.mmalek.com/?p=67#comment-66</guid>
		<description>There are probably a couple bugs...this version isn&#039;t complete and hasn&#039;t been released yet.  The current release doesn&#039;t support a fixed column but has also been tested in the major browsers.  I will add that to my list of bugs to check for, Thanks!

-Mark</description>
		<content:encoded><![CDATA[<p>There are probably a couple bugs&#8230;this version isn&#8217;t complete and hasn&#8217;t been released yet.  The current release doesn&#8217;t support a fixed column but has also been tested in the major browsers.  I will add that to my list of bugs to check for, Thanks!</p>
<p>-Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lvskrishna</title>
		<link>http://fixedheadertable.com/2009/10/19/fixed-columns-demo-live/comment-page-1/#comment-55</link>
		<dc:creator>lvskrishna</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://fixedheadertable.mmalek.com/?p=67#comment-55</guid>
		<description>In IE 7 i am getting JS error.</description>
		<content:encoded><![CDATA[<p>In IE 7 i am getting JS error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://fixedheadertable.com/2009/10/19/fixed-columns-demo-live/comment-page-1/#comment-33</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 11 Nov 2009 21:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://fixedheadertable.mmalek.com/?p=67#comment-33</guid>
		<description>Still working on this release. I haven&#039;t had much time lately, been working on an iPhone app and trying to get that out the door. But I promise it will be very soon!</description>
		<content:encoded><![CDATA[<p>Still working on this release. I haven&#8217;t had much time lately, been working on an iPhone app and trying to get that out the door. But I promise it will be very soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://fixedheadertable.com/2009/10/19/fixed-columns-demo-live/comment-page-1/#comment-32</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Tue, 10 Nov 2009 11:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://fixedheadertable.mmalek.com/?p=67#comment-32</guid>
		<description>Very, very good work ! 

Same thing as Tim, new version doesn&#039;t work on IE6+

Do you know when the next release will be out ? (Can&#039;t wait)

thanx a lot for the work !</description>
		<content:encoded><![CDATA[<p>Very, very good work ! </p>
<p>Same thing as Tim, new version doesn&#8217;t work on IE6+</p>
<p>Do you know when the next release will be out ? (Can&#8217;t wait)</p>
<p>thanx a lot for the work !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
