[Bug] DataTables 1.7.beta sScroll pb row

[Bug] DataTables 1.7.beta sScroll pb row

LoboLobo Posts: 9Questions: 0Answers: 0
edited May 2010 in Bug reports
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

Replies

  • allanallan Posts: 61,452Questions: 1Answers: 10,055 Site admin
    Hi Carlos,

    I'm currently working on this - hoping to have a new beta release available in the near future which addresses this.

    Regards,
    Allan
  • LoboLobo Posts: 9Questions: 0Answers: 0
    Thanks Allan.

    Regards,
    Carlos
This discussion has been closed.