The following is a template example for a table representing books.
dadabik_field title_book dadabik_field by <span class="blue_text">dadabik_field author_book dadabik_field<br/>
dadabik_field publisher_book dadabik_field | dadabik_field year_book dadabik_field</span> <br/>
dadabik_field url_book dadabik_field <br/>
<a href="dadabik_link details_link dadabik_link" class="link_no_underline">More</a> dadabik_hide dadabik_groups 2|3 dadabik_groups(<a href="dadabik_link edit_link dadabik_link">edit</a> | <a onclick="if (!confirm('Confirm delete?')){ return false;}" href="dadabik_link delete_link dadabik_link">del</a>) dadabik_hide <br/><br/>
As you can see, you need to put the name of each field you want to show between two dadabik_field tags. Note that you need a blank space before and after the field name, exactly as in the example.
You can also add details, edit and delete links, to get the corresponding URLs you need to use the dadabik_link details_link dadabik_link, dadabik_link edit_link dadabik_link and dadabik_link delete_link dadabik_link tags.
Please note that the details, edit and delete links in a custom template do not follow the rules set by permissions (as they do in the classic data grid), if you want tho hide one or more links to some users, please use the dadabik_hide tag (explained in the followings).
You can hide some parts to one or more user groups using the tag dadabik_hide and dadabik_groups: in the example, everything between dadabik_hide and dadabik_hide will not be displayed if the current user belongs to the group 2 or 3. Again, pay attention to blank spaces.
PLEASE NOTE that your database table can't contain the keywords dadabik_link, dadabik_field, dadabik_hide or dadabik_groups as data, otherwise the parsing will fail.
Remember that you are responsible for adding a javascript confirmation pop-up, if you need it, for the delete link.
You can add as much HTML as you want in order to customize the style of your results page.