[Bug] DataTables 1.7.beta sScroll pb row
[Bug] DataTables 1.7.beta sScroll pb row
Lobo
Posts: 9Questions: 0Answers: 0
Hi Allan,
First of all, thanks for this new version.
I tried to use the vertical scrolling as in your example.
In my table, I have a column with bvisible : false.
I noticed that the cells in the data rows where not aligned with the th.
For testing this behavior, you can use your example http://datatables.net/beta/1.7/examples/basic_init/scroll_y_theme.html .
In the DataTable settings use something like this :
[code]
...
"aoColumns": [
{ "bVisible": false },
null,
null,
null,
null
]
...
[/code]
and to see better the effect use the following th dom :
[code]
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
[/code]
I noticed the same problem with sScrollX.
Best regards.
Carlos
First of all, thanks for this new version.
I tried to use the vertical scrolling as in your example.
In my table, I have a column with bvisible : false.
I noticed that the cells in the data rows where not aligned with the th.
For testing this behavior, you can use your example http://datatables.net/beta/1.7/examples/basic_init/scroll_y_theme.html .
In the DataTable settings use something like this :
[code]
...
"aoColumns": [
{ "bVisible": false },
null,
null,
null,
null
]
...
[/code]
and to see better the effect use the following th dom :
[code]
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
[/code]
I noticed the same problem with sScrollX.
Best regards.
Carlos
This discussion has been closed.
Replies
I'm currently working on this - hoping to have a new beta release available in the near future which addresses this.
Regards,
Allan
Regards,
Carlos