sScrollX not working
sScrollX not working
MishaK
Posts: 12Questions: 0Answers: 1
Hi
when i use "sScrollX": "200", "sScrollY": "200", I get in firebug
and width of table is equal of width parent element
if i manualy change width from 100% TO 200px
all OK!
where my mistake? Thanks
when i use "sScrollX": "200", "sScrollY": "200", I get in firebug
and width of table is equal of width parent element
if i manualy change width from 100% TO 200px
all OK!
where my mistake? Thanks
This discussion has been closed.
Replies
If you are still having problems, can you give us a link to your test page please.
Allan
1. at
we have style="width: 930px;". Why not set this value for
2. if uncomment only "sScrollY": "200px", we loose width for all columns but Y-scrolling exists
3. if uncomment only "sScrollX": "400px", nothing happened
3 if uncomment both sScrollY and sScrollX we have Y-scrool, normal columns width but not X-scrolling
Thanks