Hide Sorting Without Hiding Header

Hide Sorting Without Hiding Header

islandtalkerislandtalker Posts: 7Questions: 0Answers: 0
edited July 2013 in General
Hi,

I try adding horizontal scroll to my table while hiding Search, 'Show Entries' and 'Showing.." by adding:

[code]
"sScrollx": "100%",
"sScrollXInner": "110%",
"bScrollCollapse": true
"sDom": '<"H">t'
[/code]

This work perfect, except the headers labels don't show unless I click the header bar and then they appear. So I try hidding sorting, since I DON"T want sorting either:

[code]
"bSort": false
[/code]

This will make the header bar show, with no header, even if I click it.

I narrow the problem to

[code]
"sScrollx": "100%"
[/code]

If I take the scrolling out, every acts as expected, except, well, not scroll bar.

Anyways to have both?

Thanks!
This discussion has been closed.