Hi,
Im trying to use the pageupdater from swift with a querypublisher app, so when i search i would like to update the table list and not the whole page.
My action goes to my page where only the query app is on. It has this as template: Designs/Swift/Swift_PageClean.cshtml
<form action="/default.aspx?id=7826" id="InvoiceTabForm" data-layout-template="Swift_PageCleanNoLayout.cshtml" data-response-target-element="invoice-section" onsubmit="event.preventDefault(); swift.PageUpdater.Update(event)" data-preloader="inline">
The target-element is my query app template:
But it moves my content to the right when i press enter in my search field and post to the form.:
How can i make it not move to the right? It seems that it adds a lot of html stuff.
Regards
Andreas