Table isn't large enough

pokemon 26 Jan, 2011
I have a chronoconnectivity-table to show the contents of my table. If there are a lot of fields the chronoconnectivity-table doesn't get large enough to fill my screen. I would like to get it larger, is this possible?

I also use the sorting solution of an other question. But if I press the next screen button, the fields are no longer sorted. So, if I look for a name in alphabetical order, I cann't find it because the next page is not sorted.
GreyHead 30 Jan, 2011
Hi pokemon,

I don't understand what you mean about making the table larger. Please can you explain some more.

There is another current thread about preserving the filter with pagination here

Bob
pokemon 02 Feb, 2011
The table comes only to half of the page (verticaly). I would like to see more of the contents without scrolling. (it's 10 cm on 20 cm, i prefer 20 on 20 cm)
GreyHead 02 Feb, 2011
Hi pokemon,

Add width='100%' to the <table> tag ??

Bob
pokemon 02 Feb, 2011
<table style='width:100%; border-collapse:collapse;'>

This is allready in the form.
GreyHead 02 Feb, 2011
Hi pokemon,

Please post a link to the listing so we can take a quick look.

Bob
GreyHead 02 Feb, 2011
Hi pokemon,

Thanks for the link, I looked at the table and now don't understand the problem. To me the table looks too wide already??

Bob
pokemon 03 Feb, 2011
I mean the other direction: from top to bottom (not left to right).
GreyHead 03 Feb, 2011
Hi pokemon,

Oh, OK.

The size is set here
<div style="max-height: 300px; max-width: 80%; overflow: scroll;">


If you change the max-height then the window will be taller.

Bob
pokemon 06 Feb, 2011
This is what I was looking for. Thanks.
This topic is locked and no more replies can be posted.