Bug: ColVis and sScrollX
Bug: ColVis and sScrollX
Rockb
Posts: 97Questions: 0Answers: 0
For the oColVis-Function I've added "sScrollX": "100%".
In this case, the width is 100% and it has NO horizontal scrolling.
When I choose new ('til then unvisible) columns via oColVis
the horizontal scrolling appears. So far so good! :-)
BUT: If I'd like to change it back to standard (with rRestore or
manually) the horizontal scrolling doesn't disappear. And it's the
width like ALL columns are there.
In this case, the width is 100% and it has NO horizontal scrolling.
When I choose new ('til then unvisible) columns via oColVis
the horizontal scrolling appears. So far so good! :-)
BUT: If I'd like to change it back to standard (with rRestore or
manually) the horizontal scrolling doesn't disappear. And it's the
width like ALL columns are there.
This discussion has been closed.
Replies
Allan
[code]"sScrollY": "300px",
"sScrollX": "100%",
"bScrollCollapse": true,[/code]
and
[code]"oColVis": { "buttonText": "columns", "aiExclude": [ 0,1,2,5,6,7,8,9,10 ], "bRestore": true, "sRestore": "Standard"},[/code]
and (for example)
[code]"aoColumns": [ { "sName": "FirstColumn", "bVisible": false },[/code]