Hide Sorting Without Hiding Header
Hide Sorting Without Hiding Header
islandtalker
Posts: 7Questions: 0Answers: 0
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!
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.