define height for dataTables_scrollBody
define height for dataTables_scrollBody
Hi there,
I try to define the height for the area defined with class dataTables_scrollBody
The problem is, it doesn't accept my changes on the css. So I'm wondering myself if there has to be made some changes in the jquery.dataTables.js? The height is always set automatically set on 200. But I can't change it. Also not in the JavaScript.
Maybe someone can help me going on?
Thanks
I try to define the height for the area defined with class dataTables_scrollBody
The problem is, it doesn't accept my changes on the css. So I'm wondering myself if there has to be made some changes in the jquery.dataTables.js? The height is always set automatically set on 200. But I can't change it. Also not in the JavaScript.
Maybe someone can help me going on?
Thanks
This discussion has been closed.
Replies
THx~
Allan
But I find sScrollY property works only after I scroll to the end of the table to load the next page of data ( the table I try to manage using Infinite Scroll), the default height of the table( the dataTables_scrollBody) is always 200 px and can't be changed by CSS since it's hard coded in JS and I really can't find where.
Thank you for any further help!
Allan