<?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: UiTableEdit – save data</title>
	<atom:link href="http://maxb.net/blog/2008/05/08/uitableedit-save-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxb.net/blog/2008/05/08/uitableedit-save-data/</link>
	<description>// MAXB.NET LABS</description>
	<lastBuildDate>Tue, 22 Nov 2011 17:06:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Pimp your tables with jQuery &#124; vossfeldt &#124; operating media</title>
		<link>http://maxb.net/blog/2008/05/08/uitableedit-save-data/comment-page-1/#comment-12005</link>
		<dc:creator>Pimp your tables with jQuery &#124; vossfeldt &#124; operating media</dc:creator>
		<pubDate>Sat, 16 Jan 2010 08:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=17#comment-12005</guid>
		<description>[...] serverseitig erfolgen. Es haben sich aber schon andere Leute damit auseinandergesetzt. Der Ansatz http://maxb.net/blog/2008/05/08/uitableedit-save-data/ hat mich inspiriert zu einer eigenen Lösung, die ich für ein Projekt [...]</description>
		<content:encoded><![CDATA[<p>[...] serverseitig erfolgen. Es haben sich aber schon andere Leute damit auseinandergesetzt. Der Ansatz <a href="http://maxb.net/blog/2008/05/08/uitableedit-save-data/" rel="nofollow">http://maxb.net/blog/2008/05/08/uitableedit-save-data/</a> hat mich inspiriert zu einer eigenen Lösung, die ich für ein Projekt [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Vossfeldt</title>
		<link>http://maxb.net/blog/2008/05/08/uitableedit-save-data/comment-page-1/#comment-12004</link>
		<dc:creator>Thomas Vossfeldt</dc:creator>
		<pubDate>Sat, 16 Jan 2010 08:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=17#comment-12004</guid>
		<description>Hi folks,

I really love this script. Had to rewrite the php part for saving from the scratch but it works really nice now.

I succeeded in fixing the problem with the missing cell padding after editing a cell by adding &quot;!important&quot; to the td selector in the style.css. The code should look like this:

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px  !important;
	background-color: #FFF;
	vertical-align: top;
}</description>
		<content:encoded><![CDATA[<p>Hi folks,</p>
<p>I really love this script. Had to rewrite the php part for saving from the scratch but it works really nice now.</p>
<p>I succeeded in fixing the problem with the missing cell padding after editing a cell by adding &#8220;!important&#8221; to the td selector in the style.css. The code should look like this:</p>
<p>table.tablesorter tbody td {<br />
	color: #3D3D3D;<br />
	padding: 4px  !important;<br />
	background-color: #FFF;<br />
	vertical-align: top;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dailez</title>
		<link>http://maxb.net/blog/2008/05/08/uitableedit-save-data/comment-page-1/#comment-8354</link>
		<dc:creator>dailez</dc:creator>
		<pubDate>Tue, 25 Aug 2009 06:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=17#comment-8354</guid>
		<description>Hello, 

I also have the problem with the padding/margin after I am done editing a cell.

Has anyone found a workaround or a bugfix for that problem?

Best regards 
dailez</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>I also have the problem with the padding/margin after I am done editing a cell.</p>
<p>Has anyone found a workaround or a bugfix for that problem?</p>
<p>Best regards<br />
dailez</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimiliano Balestrieri</title>
		<link>http://maxb.net/blog/2008/05/08/uitableedit-save-data/comment-page-1/#comment-10</link>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
		<pubDate>Fri, 09 May 2008 07:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=17#comment-10</guid>
		<description>Ho corretto aggiornando l&#039;ultima versione del plugin (0.4).

La callback era stata corretta da Greg
&lt;blockquote&gt;
editDone : function(val,orig_text,ev, el)
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Ho corretto aggiornando l&#8217;ultima versione del plugin (0.4).</p>
<p>La callback era stata corretta da Greg</p>
<blockquote><p>
editDone : function(val,orig_text,ev, el)
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimiliano Balestrieri</title>
		<link>http://maxb.net/blog/2008/05/08/uitableedit-save-data/comment-page-1/#comment-5</link>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
		<pubDate>Thu, 08 May 2008 16:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=17#comment-5</guid>
		<description>Ecco la risposta di greg
&lt;blockquote&gt;
Sorry for my poor italiano ...

You should upgrade to the latest version- 0.4, as it fixes a potential focus blurring issue.  It also allows use of the escape key.
It also passes the parameter that you want

      if( options.editDone ) options.editDone(val,orig_text,e,td)



There is nothing built in for saving server side- this is a very light-weight plugin.  You may find my other plugin helpful for this task: http://plugins.jquery.com/project/tableLib
When I want to save every table element, I will use $.ajax({ type: &quot;POST&quot;, ..., data : { json : JSON.stringify( $(&#039;#my-table&#039;).objects() ) } } );
In the case of saving a row, you could use the plugin:
$.row( row_selector ).to_object() -OR- $( row_selector ).row().to_object()
For the json, I am using a standard JSON library

Thanks for showing the demo- I have been meaning to put a demo up for a while.  If you plan on maintaining it, I will link to it.  I did notice a flaw in the demo (which may be the fault of my plugin).  I am using Firefox 2, and after I am done editing a cell, the padding/margin is lost so the value moves to the upper left.


Chao
Greg Weber
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Ecco la risposta di greg</p>
<blockquote><p>
Sorry for my poor italiano &#8230;</p>
<p>You should upgrade to the latest version- 0.4, as it fixes a potential focus blurring issue.  It also allows use of the escape key.<br />
It also passes the parameter that you want</p>
<p>      if( options.editDone ) options.editDone(val,orig_text,e,td)</p>
<p>There is nothing built in for saving server side- this is a very light-weight plugin.  You may find my other plugin helpful for this task: <a href="http://plugins.jquery.com/project/tableLib" rel="nofollow">http://plugins.jquery.com/project/tableLib</a><br />
When I want to save every table element, I will use $.ajax({ type: &#8220;POST&#8221;, &#8230;, data : { json : JSON.stringify( $(&#8216;#my-table&#8217;).objects() ) } } );<br />
In the case of saving a row, you could use the plugin:<br />
$.row( row_selector ).to_object() -OR- $( row_selector ).row().to_object()<br />
For the json, I am using a standard JSON library</p>
<p>Thanks for showing the demo- I have been meaning to put a demo up for a while.  If you plan on maintaining it, I will link to it.  I did notice a flaw in the demo (which may be the fault of my plugin).  I am using Firefox 2, and after I am done editing a cell, the padding/margin is lost so the value moves to the upper left.</p>
<p>Chao<br />
Greg Weber
</p></blockquote>
]]></content:encoded>
	</item>
</channel>
</rss>

