Good morning.
Is it possible to customize the search view?
This is what I currently have :

And this is what I'd like to have:

Thank you
Massimo
Is it possible to customize the search view?
This is what I currently have :

And this is what I'd like to have:

Thank you
Massimo
Hi Massimo,
You can use grid to split the view the way you need, use HTML view and add the grid code and call the 2 views:
You can use grid to split the view the way you need, use HTML view and add the grid code and call the 2 views:
<div class="ui grid two columns">Best regards
<div class="column">{view:new_button}</div>
<div class="column">{view:search_view}</div>
</div>
This topic is locked and no more replies can be posted.