<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: New jQuery Plugin - tableFilter() (Beta 1)</title>
	<link>http://ideamill.synaptrixgroup.com/?p=7</link>
	<description>Dreaming it up is half the fun...</description>
	<pubDate>Mon, 06 Sep 2010 11:13:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: daemach</title>
		<link>http://ideamill.synaptrixgroup.com/?p=7#comment-73</link>
		<author>daemach</author>
		<pubDate>Fri, 22 Jun 2007 20:36:38 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=7#comment-73</guid>
		<description>Take a look here for some basic tips:  http://ideamill.synaptrixgroup.com/?page_id=16

Make sure you're using the version of jquery that I included with the zip.  Until 1.1.3 is released, it's the only version that will work properly with this plugin.</description>
		<content:encoded><![CDATA[<p>Take a look here for some basic tips:  <a href="http://ideamill.synaptrixgroup.com/?page_id=16" rel="nofollow">http://ideamill.synaptrixgroup.com/?page_id=16</a></p>
<p>Make sure you&#8217;re using the version of jquery that I included with the zip.  Until 1.1.3 is released, it&#8217;s the only version that will work properly with this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharath</title>
		<link>http://ideamill.synaptrixgroup.com/?p=7#comment-71</link>
		<author>Sharath</author>
		<pubDate>Wed, 20 Jun 2007 22:00:28 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=7#comment-71</guid>
		<description>It might help if you guys could let me know how I make this work with my table. I've got an asp page. I've tried other tablefilters but found yours very appealing. For some reason not able to make it work with my table. What are the things I need to change to make it work with my table?</description>
		<content:encoded><![CDATA[<p>It might help if you guys could let me know how I make this work with my table. I&#8217;ve got an asp page. I&#8217;ve tried other tablefilters but found yours very appealing. For some reason not able to make it work with my table. What are the things I need to change to make it work with my table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daemach</title>
		<link>http://ideamill.synaptrixgroup.com/?p=7#comment-49</link>
		<author>daemach</author>
		<pubDate>Wed, 30 May 2007 05:43:32 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=7#comment-49</guid>
		<description>Well it's stable right now as long as you're using a pretty simple table.  As soon as I can get to it is the real answer.  This is a side project for me unfortunately, so I can't devote as much time to it as I would like.</description>
		<content:encoded><![CDATA[<p>Well it&#8217;s stable right now as long as you&#8217;re using a pretty simple table.  As soon as I can get to it is the real answer.  This is a side project for me unfortunately, so I can&#8217;t devote as much time to it as I would like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jebe</title>
		<link>http://ideamill.synaptrixgroup.com/?p=7#comment-44</link>
		<author>jebe</author>
		<pubDate>Mon, 28 May 2007 13:13:49 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=7#comment-44</guid>
		<description>When the first stable version will be published?</description>
		<content:encoded><![CDATA[<p>When the first stable version will be published?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar</title>
		<link>http://ideamill.synaptrixgroup.com/?p=7#comment-40</link>
		<author>Oscar</author>
		<pubDate>Thu, 24 May 2007 11:06:22 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=7#comment-40</guid>
		<description>The code is wonderful.

Could be nice to add a function to print friendly the content of the table 

Cheers,
Oscar</description>
		<content:encoded><![CDATA[<p>The code is wonderful.</p>
<p>Could be nice to add a function to print friendly the content of the table </p>
<p>Cheers,<br />
Oscar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daemach</title>
		<link>http://ideamill.synaptrixgroup.com/?p=7#comment-20</link>
		<author>daemach</author>
		<pubDate>Wed, 16 May 2007 15:56:49 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=7#comment-20</guid>
		<description>The code is pretty complex, though some of that is due to trial-and-error testing.  I don't have a programming background and I'm new to oop, so the code isn't very elegant.  It has improved somewhat in the latest version.  

Parsing/sorting is handled using dataTypes.  You could create another dataType definition which allows you to handle the source any way you need to.</description>
		<content:encoded><![CDATA[<p>The code is pretty complex, though some of that is due to trial-and-error testing.  I don&#8217;t have a programming background and I&#8217;m new to oop, so the code isn&#8217;t very elegant.  It has improved somewhat in the latest version.  </p>
<p>Parsing/sorting is handled using dataTypes.  You could create another dataType definition which allows you to handle the source any way you need to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xavier</title>
		<link>http://ideamill.synaptrixgroup.com/?p=7#comment-19</link>
		<author>xavier</author>
		<pubDate>Wed, 16 May 2007 15:33:46 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=7#comment-19</guid>
		<description>Hi,

Ok, got if for the drop-down, and good idea for the override.

I'm not understanding your code, but would it be possible to add some custom code between the "get the value from the cell" and "feed it to the sort machine" ?

Then sorting by number, date, source of the image... could just be about putting  the right filter that converts between DD-MM-YYYY to YYYYMMDD for instance.

That's one of the benefits of not seeing the code: everything looks so simple. The downside, of course, is that you look stupid with meaningless suggestions ;)

X+</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Ok, got if for the drop-down, and good idea for the override.</p>
<p>I&#8217;m not understanding your code, but would it be possible to add some custom code between the &#8220;get the value from the cell&#8221; and &#8220;feed it to the sort machine&#8221; ?</p>
<p>Then sorting by number, date, source of the image&#8230; could just be about putting  the right filter that converts between DD-MM-YYYY to YYYYMMDD for instance.</p>
<p>That&#8217;s one of the benefits of not seeing the code: everything looks so simple. The downside, of course, is that you look stupid with meaningless suggestions <img src='http://ideamill.synaptrixgroup.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>X+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daemach</title>
		<link>http://ideamill.synaptrixgroup.com/?p=7#comment-16</link>
		<author>daemach</author>
		<pubDate>Tue, 15 May 2007 15:28:15 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=7#comment-16</guid>
		<description>Unfortunately, I have to do some magic to be able to sort by multiple columns, so I'm forced to sort everything alphabetically - even numbers and dates.  I convert the data to a special format for sorting during the parsing stage.

By default, if a column has 6 unique values or less you get a drop-down, otherwise you get a text field.  I've increased that to 10 unique values in the latest version, but you will be able to override that if you wish.

I'm glad you like it - more coming soon.</description>
		<content:encoded><![CDATA[<p>Unfortunately, I have to do some magic to be able to sort by multiple columns, so I&#8217;m forced to sort everything alphabetically - even numbers and dates.  I convert the data to a special format for sorting during the parsing stage.</p>
<p>By default, if a column has 6 unique values or less you get a drop-down, otherwise you get a text field.  I&#8217;ve increased that to 10 unique values in the latest version, but you will be able to override that if you wish.</p>
<p>I&#8217;m glad you like it - more coming soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xavier</title>
		<link>http://ideamill.synaptrixgroup.com/?p=7#comment-15</link>
		<author>xavier</author>
		<pubDate>Tue, 15 May 2007 11:46:52 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=7#comment-15</guid>
		<description>Hi,

Some columns might contains "special" types of datas, that you don't sort by alphabetical order (eg MM-DD-YYYY). Would it be possible to set a class in the header to define how to sort it ?

Otherwise, I love the filter solution, very elegant ! For the column that provide a fixed set of options (eg the country one), would it be possible to have a select field instead of the free form one ?

Brilliant !


X+</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Some columns might contains &#8220;special&#8221; types of datas, that you don&#8217;t sort by alphabetical order (eg MM-DD-YYYY). Would it be possible to set a class in the header to define how to sort it ?</p>
<p>Otherwise, I love the filter solution, very elegant ! For the column that provide a fixed set of options (eg the country one), would it be possible to have a select field instead of the free form one ?</p>
<p>Brilliant !</p>
<p>X+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daemach</title>
		<link>http://ideamill.synaptrixgroup.com/?p=7#comment-11</link>
		<author>daemach</author>
		<pubDate>Thu, 10 May 2007 15:48:11 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=7#comment-11</guid>
		<description>Thanks for the comments.  Please note that tableFilter is just a "wrapper" for your table.  You can easily use jQuery to add the functionality you're looking for like this:

$('#yourTable').tableFilter().children("tr").bind("click",function(){ //this.id or $(this).attr("id") will give you the ID of the row.  this.cells[n] or $(this).children("td") gives you all the cells in this row});</description>
		<content:encoded><![CDATA[<p>Thanks for the comments.  Please note that tableFilter is just a &#8220;wrapper&#8221; for your table.  You can easily use jQuery to add the functionality you&#8217;re looking for like this:</p>
<p>$(&#8217;#yourTable&#8217;).tableFilter().children(&#8221;tr&#8221;).bind(&#8221;click&#8221;,function(){ //this.id or $(this).attr(&#8221;id&#8221;) will give you the ID of the row.  this.cells[n] or $(this).children(&#8221;td&#8221;) gives you all the cells in this row});</p>
]]></content:encoded>
	</item>
</channel>
</rss>
