CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 Tricky Problem with columns

Print topic Send  topic

Author Message
saseow

Posts: 744
Posted: 03/14/2013, 9:36 AM

I dynamically create a table resulting in a table with a varying number of columns.
The table will only have a single record with values for each column.
Now....
I want to create a report from this table but because of the number of columns it spreads over the side of the page in the browser.
Is there some way to split the number of columns up so they fit into the page?
Example:

col1 col2 col3 col4 col5 col6
10 20 30 40 50 60
col 7 col8 col9 col10 col11 col12
70 80 90 100 110 120
etc. etc.

Any ideas?
View profile  Send private message
DataDoIT
Posted: 03/14/2013, 10:35 AM

You'll have to replace the table tags with divs.

Ex:

<div> <-- table
<div> <-- tr
<div></div> <-- td
</div>
</div>
saseow

Posts: 744
Posted: 03/14/2013, 10:48 AM

Thanks for the reply.

What a hassle that is. I may just try another approach.
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.