Jump to content
  • 0

DataPage with Search Form and Result side by side


Hanne

Question

Hi!

When I am making a DataPage with a Search Form and Result,  the Result is placed underneath the Search Form or on a separate page. Is there a way to display the Search Form (in one column) and the Result  (in a list view)  side by side horizontally (as illustrated in the picture)? I think I might have to have two DataPages to make this possible. I would be happy if there is an easier way.

Many thanks!

interface.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hello @Hanne,

To display the Results page beside the Search form, simply paste this code on the Footer of your Results Page:

<style>

div[id^="cbDataAjaxCtnr"]{
display:inline-block !important;
float:left;
}

#cbTable{
float:left;
width:500px;
}

</style>

Disable the HTML editor first before adding the code. 

 

Hope this helps!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...