Forums

Add blank row to table view

NickOg 10 Jun, 2017
Hi

I wanted to add a second row to a table in CC6. I need to add email address but to include it on the same line would be - well - tight. How can I force it onto a second row show of writing each row as an HTML/PHP <tr><td> tag set.
[attachment=58853_20170610054808_cc00-png.png][/attachment]
Nick
Max_admin 12 Jun, 2017
Hi Nick,

In the columns views, you can use this:
field:sometext<br>another line


Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
NickOg 12 Jun, 2017
Thanks Max -

that works to add a new line in a column But I was looking to include a complete row - like
<tr><td>email</td><td colspan=8>the email address</td></tr>


Nick
Max_admin 12 Jun, 2017
Answer
Hi Nick,

This is not possible using the table view, you can use the repeater view instead to have a full custom output.

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
NickOg 12 Jun, 2017
Ah - the repeater view - I must get into that.
Thanks again.
Nick
This topic is locked and no more replies can be posted.