[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] [table-organize] and filler=1 seems not work...
Hi List,
I'm trying to use the table-organize tag with the filler=1 command for each
empty value, but it does not work (gives me just an empty cell). Is there
anything I should modify/convert so that each empty value could be replaced
with the value?
This is how my code looks like:
[query list=1
sql="select * from calendar
where code = '[cgi mv_arg]'
"]
[table-organize
cols=2
pretty=1
table=1
filler=1
table='border="1"'
tr.0='bgcolor="#EEEEEE"'
tr.1='bgcolor="#FFFFFF"'
td.0='align=right'
td.1='align=left'
]
<td>Date:</td><td>[convert-date fmt="%d.%m.%y"][sql-param
date][/convert-date]</td>
<td>Competition:</td><td>[sql-param comp]</td>
<td>Club:</td><td>[sql-param club]</td>
[/table-organize]
[/query]
Regards, René