Read the statement by Michael Teeuw here.
Extend table / insert TD - please help
-
@Cetax Your pastebin is private so others can not access the code. you want to have your data as below ?
-
Is it possible to tell me how it works with the table?
In that case on the original code. -
@c1olli Not sure what exactly you are asking.
-
How to get the MMM-Fronius results in a table?
It would be nicer with the code from @Cetax but at the moment it would be ok for me when I know what I have to change to get the result in a nicer form. -
@c1olli the author did not create columns (td) on the row… (tr)
table th (header row with column labels td, td, td, td (for each column) repeat below for each row tr td, td, td, td (data for each column)
he just appended the strings together for the one value on each row
-
Why not using div and flex?
-
@Bugsounet I wasn’t proposing anything… I was answering the question
that is how a table looks and the author didn’t use it right…
div and flex is a lot more work, but u get a lot of flexibility
-
@sdetweil dix and flex is for lazy man like me mouahah