3.2.0

Vartical toolbar at 2 rows in in the tHead ..


Hello ..

I am not sure how to fix the size of my table as it keeps on getting wider aaaaand wider :(

Instead of that i would LOVE TO have the horizontal scroll bar appear in my table ..

The other problem that I am facing is the 2 rows in my thead section ..
i want the second row to be clickable and not the first one; the first row is just for display ..

Please help me and don't ignore this message ..
OK about the code that am using ..

>> http://www.dhtmlgoodies.com/scripts/table-widget/table-widget.html .. View >> Source ..

Maya
May 21,

lol @ the title :$

Vertical scroll-bar and 2 rows in in the tHead**
My head is really not functioning well >_< sorry about that ..

Maya
May 21,


yahhooo one of the problems is solved .. =D ..

div.widget_tableDiv {
border:1px solid #ACA899; /* Border around entire widget */
height: 200px;
overflow:auto;
overflow-y:auto;
overflow-x:auto;
overflow:-moz-scrollbars-vertical;
overflow:-moz-scrollbars-horizontal;
width:400px;


I did that thing and it worked! CSSs ROCK :D ..



now plz help me with the THEAD section .. I managed to make them clickable BUT THEY GET SORTED along with the normal data :(
looks so funny :(

Maya
May 21,

This topic is archived.

See also:


Back to support forum