<?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: Table Drag and Drop JQuery plugin</title>
	<atom:link href="http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/</link>
	<description>Thoughts and tutorials on web design, Java, Javascript and project management</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:33:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DenisH</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/comment-page-14/#comment-2948</link>
		<dc:creator>DenisH</dc:creator>
		<pubDate>Sat, 04 Feb 2012 18:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-2948</guid>
		<description>Have a look at &lt;a href=&quot;http://www.isocra.com/tablednd-demo/&quot; rel=&quot;nofollow&quot;&gt;this demo&lt;/a&gt;. This example page is taken from the latest version of the code at &lt;a href=&quot;https://github.com/isocra/TableDnD/&quot; rel=&quot;nofollow&quot;&gt;GitHub&lt;/a&gt;.

It definitely works with my iPad2.</description>
		<content:encoded><![CDATA[<p>Have a look at <a href="http://www.isocra.com/tablednd-demo/" rel="nofollow">this demo</a>. This example page is taken from the latest version of the code at <a href="https://github.com/isocra/TableDnD/" rel="nofollow">GitHub</a>.</p>
<p>It definitely works with my iPad2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deivis</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/comment-page-14/#comment-2947</link>
		<dc:creator>Deivis</dc:creator>
		<pubDate>Wed, 01 Feb 2012 15:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-2947</guid>
		<description>Hello Mr. Tantrum I need the detail of the code, I&#039;m trying to save the results in a sql server db. thank you very much</description>
		<content:encoded><![CDATA[<p>Hello Mr. Tantrum I need the detail of the code, I&#8217;m trying to save the results in a sql server db. thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Szymon Błakała</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/comment-page-14/#comment-2946</link>
		<dc:creator>Szymon Błakała</dc:creator>
		<pubDate>Wed, 01 Feb 2012 09:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-2946</guid>
		<description>Try to use divs not table to accomplish this. Tables are limited to TBODY groups, but even this plugin dosnt allow to move them. TBODY cannot be nested so u have use lists (ul, ol) or divs.</description>
		<content:encoded><![CDATA[<p>Try to use divs not table to accomplish this. Tables are limited to TBODY groups, but even this plugin dosnt allow to move them. TBODY cannot be nested so u have use lists (ul, ol) or divs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin Shrestha</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/comment-page-14/#comment-2943</link>
		<dc:creator>Sachin Shrestha</dc:creator>
		<pubDate>Mon, 30 Jan 2012 22:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-2943</guid>
		<description>Hi Denish,

This really is a wonderful script and I would like to thank you a ton for providing us with this. I am trying to implement this in dotProject which has Multiple task with their Child.

Lets say like 
1. Task A
1.1 Child 1 Task A
1.2 Child 1 Task B
2. Task B
2.1 Child 1 Task B
2.2 Child 2 Task B
3. Task C

So if I move Task A, it should also move its child and Child task should only move within the child of its parent.
Can you pls tell me if we can do this with current version? If yes how do we do it?

Kind Regards
Sachin</description>
		<content:encoded><![CDATA[<p>Hi Denish,</p>
<p>This really is a wonderful script and I would like to thank you a ton for providing us with this. I am trying to implement this in dotProject which has Multiple task with their Child.</p>
<p>Lets say like<br />
1. Task A<br />
1.1 Child 1 Task A<br />
1.2 Child 1 Task B<br />
2. Task B<br />
2.1 Child 1 Task B<br />
2.2 Child 2 Task B<br />
3. Task C</p>
<p>So if I move Task A, it should also move its child and Child task should only move within the child of its parent.<br />
Can you pls tell me if we can do this with current version? If yes how do we do it?</p>
<p>Kind Regards<br />
Sachin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bonny</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/comment-page-14/#comment-2942</link>
		<dc:creator>bonny</dc:creator>
		<pubDate>Mon, 30 Jan 2012 22:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-2942</guid>
		<description>Hi,

I am new to jquery. I used this plugin in my jsp it works fine for me. I want to now about  class &quot;showDragHandle&quot; you gave in example five. If you can provide implemention of that will be very good to me as i have to use samething.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am new to jquery. I used this plugin in my jsp it works fine for me. I want to now about  class &#8220;showDragHandle&#8221; you gave in example five. If you can provide implemention of that will be very good to me as i have to use samething.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/comment-page-14/#comment-2940</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 28 Jan 2012 22:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-2940</guid>
		<description>I&#039;m really looking for iPad/iPhone support, it will make this plugin so awesome.(it already is a great plugin, but this is still missing for me)

I saw your example above, DennisH, but it doesn&#039;t seem to work. Could you please post a full working version of it? Would be much appreciated! (if anyone else wants to help that&#039;s great as well)</description>
		<content:encoded><![CDATA[<p>I&#8217;m really looking for iPad/iPhone support, it will make this plugin so awesome.(it already is a great plugin, but this is still missing for me)</p>
<p>I saw your example above, DennisH, but it doesn&#8217;t seem to work. Could you please post a full working version of it? Would be much appreciated! (if anyone else wants to help that&#8217;s great as well)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Szymon Błakała</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/comment-page-14/#comment-2938</link>
		<dc:creator>Szymon Błakała</dc:creator>
		<pubDate>Wed, 25 Jan 2012 22:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-2938</guid>
		<description>I did modify your script to use in my CMS.

There was a big issue with images in list and i had to rewrite mouseCoord methods.

Now it shoud look like:

     In mousemove method:

            var y = mousePos.y; // - jQuery.tableDnD.mouseOffset.y;

     In findDropTargetRow:

            var rowY = this.getPosition(row).y;
            var rowHeight = parseInt(row.offsetHeight);
			
            if (row.offsetHeight == 0) {
                rowY = this.getPosition(row.firstChild).y;
                rowHeight = parseInt(row.firstChild.offsetHeight);
            }

	    var rowYTo = rowY+rowHeight;

            // Because we always have to insert before, we need to offset the height a bit
            if ((y  rowY)) {</description>
		<content:encoded><![CDATA[<p>I did modify your script to use in my CMS.</p>
<p>There was a big issue with images in list and i had to rewrite mouseCoord methods.</p>
<p>Now it shoud look like:</p>
<p>     In mousemove method:</p>
<p>            var y = mousePos.y; // &#8211; jQuery.tableDnD.mouseOffset.y;</p>
<p>     In findDropTargetRow:</p>
<p>            var rowY = this.getPosition(row).y;<br />
            var rowHeight = parseInt(row.offsetHeight);</p>
<p>            if (row.offsetHeight == 0) {<br />
                rowY = this.getPosition(row.firstChild).y;<br />
                rowHeight = parseInt(row.firstChild.offsetHeight);<br />
            }</p>
<p>	    var rowYTo = rowY+rowHeight;</p>
<p>            // Because we always have to insert before, we need to offset the height a bit<br />
            if ((y  rowY)) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: russell07</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/comment-page-14/#comment-2937</link>
		<dc:creator>russell07</dc:creator>
		<pubDate>Wed, 25 Jan 2012 14:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-2937</guid>
		<description>Hi DenisH - I love your plugin, and I&#039;m trying to implement the function to allow drag and drop on iPhone. I know I need to change the code on the html side around my jQuery draggable call, but not 100% sure on the syntax construction.

Could you show me your example of how you managed to perform the drag and drop on your ipad from the HTML page side?

Many thanks</description>
		<content:encoded><![CDATA[<p>Hi DenisH &#8211; I love your plugin, and I&#8217;m trying to implement the function to allow drag and drop on iPhone. I know I need to change the code on the html side around my jQuery draggable call, but not 100% sure on the syntax construction.</p>
<p>Could you show me your example of how you managed to perform the drag and drop on your ipad from the HTML page side?</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cadi</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/comment-page-14/#comment-2929</link>
		<dc:creator>Cadi</dc:creator>
		<pubDate>Sat, 21 Jan 2012 10:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-2929</guid>
		<description>Bonjour,
Juste un petit manque pour améliorer le graphisme sans recharger la page.
Contrairement à l&#039;exemple donné, cette fonction marche.

Hi,
juste to have more pleasant design without reloading page.
This is a better way than the example given.

$(&#039;table#table-1 tr:nth-child(even)&#039;).addClass(&#039;yourclass-1&#039;).removeClass(&#039;yourclass-2&#039;);
$(&#039;table#table-1 tr:nth-child(odd)&#039;).addClass(&#039;yourclass-2&#039;).removeClass(&#039;yourclass-1&#039;);</description>
		<content:encoded><![CDATA[<p>Bonjour,<br />
Juste un petit manque pour améliorer le graphisme sans recharger la page.<br />
Contrairement à l&#8217;exemple donné, cette fonction marche.</p>
<p>Hi,<br />
juste to have more pleasant design without reloading page.<br />
This is a better way than the example given.</p>
<p>$(&#8216;table#table-1 tr:nth-child(even)&#8217;).addClass(&#8216;yourclass-1&#8242;).removeClass(&#8216;yourclass-2&#8242;);<br />
$(&#8216;table#table-1 tr:nth-child(odd)&#8217;).addClass(&#8216;yourclass-2&#8242;).removeClass(&#8216;yourclass-1&#8242;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jitendra</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/comment-page-14/#comment-2919</link>
		<dc:creator>Jitendra</dc:creator>
		<pubDate>Mon, 16 Jan 2012 12:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-2919</guid>
		<description>onAllowDrop: function(draggedRow, row) {

    var str = draggedRow.attr(&#039;id&#039;);

}
i need in this function Item dropped target Row

I have tried this function findDropTargetRow() but can not got the result.
Please help!
Thanks</description>
		<content:encoded><![CDATA[<p>onAllowDrop: function(draggedRow, row) {</p>
<p>    var str = draggedRow.attr(&#8216;id&#8217;);</p>
<p>}<br />
i need in this function Item dropped target Row</p>
<p>I have tried this function findDropTargetRow() but can not got the result.<br />
Please help!<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

