Html doesn't supprit div or any other tag in the middle of the table so browser will remove it. I have learned that the hard way.
You have 3 options. Dont use table. Use ajaxformloop. Put zone inside the <td> On 23 Sep 2014 12:02, "squallmat ." <squall...@gmail.com> wrote: > Hi, > > I have a table, one of the row (<tr>) has been included in a Zone. But when > I ajax-update this zone, I see that this zone is removed from the table and > is displayed in a div just before the table. > Why this modification at zone update ? And how to prevent it ? >