Welcome Guest, Not a member yet? Register   Sign In
HTML Table class?
#12

[eluser]tonanbarbarian[/eluser]
what i suspect is happening is that the table class is caching the output
so that the first time it displays the table
the second time it display the table again but this time the data in the table is the original copy of the data plus the new copy of the data

that is sort of born out by the way you show the output was created on the link you gave
you had the following
title row 'Name', 'Color', 'Size'
normal row 'Fred', 'Blue', 'Small'
normal row 'Mary', 'Red', 'Large'
normal row 'John', 'Green', 'Medium'
title row 'Name', 'Color', 'Size'
normal row 'Fred', 'Blue', 'Small'
normal row 'Mary', 'Red', 'Large'
normal row 'John', 'Green', 'Medium'
normal 'Name', 'Color', 'Size'
normal row 'Fred', 'Blue', 'Small'
normal row 'Mary', 'Red', 'Large'
normal row 'John', 'Green', 'Medium'

so the first 4 rows of the table, one title row and 3 data rows was the call made in the constructor
then the next 8 rows, one title row and 7 normal rows, was the concatenated data in the second run

the table code by default makes the first row of data a title row and all the rest as normal rows


Messages In This Thread
HTML Table class? - by El Forum - 10-25-2010, 08:55 PM
HTML Table class? - by El Forum - 10-25-2010, 08:56 PM
HTML Table class? - by El Forum - 10-26-2010, 01:36 AM
HTML Table class? - by El Forum - 10-26-2010, 09:23 AM
HTML Table class? - by El Forum - 10-26-2010, 06:53 PM
HTML Table class? - by El Forum - 10-26-2010, 07:02 PM
HTML Table class? - by El Forum - 10-26-2010, 07:08 PM
HTML Table class? - by El Forum - 10-26-2010, 07:26 PM
HTML Table class? - by El Forum - 10-26-2010, 07:55 PM
HTML Table class? - by El Forum - 10-26-2010, 07:58 PM
HTML Table class? - by El Forum - 10-26-2010, 08:47 PM
HTML Table class? - by El Forum - 10-26-2010, 08:55 PM
HTML Table class? - by El Forum - 10-26-2010, 09:00 PM
HTML Table class? - by El Forum - 10-26-2010, 09:04 PM
HTML Table class? - by El Forum - 10-26-2010, 09:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB