This is my current effect Statistical point Statistical value Statistical value Time Start start 1 2014-09-13 End end 2 Operation 3 This is a piece of data ) start start 1 2014-09-14 end end 2 operation 3
This is what I want to achieve Effect Statistical Point Statistical Identifier Statistical Value Time start start 1 2014-09-13 end end 2 operation 3
start start 1 2014-09-14 End 2 Operation 3
Due to other problems, I only took three values in one
, but I cannot align these three values with the header row above. Please help me see how to achieve alignment. ah? I can't separate those three data into
;
< th>Statistical point
Statistical identification
Statistical value
Time
#foreach($data in $!{listData})
#foreach($md in $!{data.mapData}) $!{md.keyCNName} $!{md.keyId}
#DATE($!{data.timestamp})
Discussion (Solution)
Remove colspan="3" Each value occupies one td
Remove colspan="3" Each value occupies one td
Uh. . . Thanks for your answer, but I said it. . Due to other problems, I can't separate each value as
in one row of data. What other problem is this?
td
is the simplest and least error-prone method
Remove colspan="3" Each value occupies a td
Boss NB
Then for the same reason, don’t put your titles in 3 th separately
What other problem is it?
Problem with display effect== The problem has been solved, thank you for your answers
Solution:
#foreach($data in $!{listData})
#foreach($md in $!{data.mapData}) $!{md.keyCNName}
#end
#foreach($md in $!{data.mapData}) $!{md. keyId}
#end
#foreach($md in $!{data.mapData}) $!{ md.keyValue}
#end
#end
Then for the same reason, don’t put your title in 3 th respectively
The problem has been solved, hehe~ Thank you for your answer
Solution: Solution:
#foreach($data in $!{listData })
#foreach($md in $!{data.mapData}) $!{md.keyCNName}
#end
#foreach($md in $!{data.mapData}) $!{md.keyId} #end
#foreach($md in $!{data.mapData}) $!{md.keyValue}< ;br> #end
#end
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn