Scrolling with a set number of rows
Scrolling with a set number of rows
//EDIT: My mistake. Already exists, is bScrollCollapse.
So pagination seems to be 2 ways, either a set number of rows and you page through it, or you set a sScrollY and scroll through it.
When setting a sScrollY, you have to specify a height. I have an issue with this when there isn't enough information on my table the remaining space is just blank white space(my background). I'd like a way to specify an auto-scroll, that should kick in when I have X amount of information, is there a elegant way of doing this?
So pagination seems to be 2 ways, either a set number of rows and you page through it, or you set a sScrollY and scroll through it.
When setting a sScrollY, you have to specify a height. I have an issue with this when there isn't enough information on my table the remaining space is just blank white space(my background). I'd like a way to specify an auto-scroll, that should kick in when I have X amount of information, is there a elegant way of doing this?
This discussion has been closed.