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.
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.
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
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
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)
<table style='width:100%; border-collapse:collapse;'>
This is allready in the form.
This is allready in the form.
Hi pokemon,
Please post a link to the listing so we can take a quick look.
Bob
Please post a link to the listing so we can take a quick look.
Bob
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
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
Hi pokemon,
Oh, OK.
The size is set here
If you change the max-height then the window will be taller.
Bob
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
This topic is locked and no more replies can be posted.