Expand Collapse - tip of the day

Expand Collapse - tip of the day

422422 Posts: 7Questions: 0Answers: 0
edited July 2011 in DataTables 1.8
Ok, nothing earth shattering. But if you are having issues with the table shifting to the left a few pixels, when the scrollbar appears ( usually Firefox )

Then add :

[code]
html {
overflow-y: scroll;
}
[/code]
To the end of your demo_table.css file ( will vary dependant on what you named it )

( oh and to add: Allan is an absolute star, great product and great service !!!! )

Replies

  • allanallan Posts: 61,705Questions: 1Answers: 10,102 Site admin
    Good tip - I use this one a lot myself. It can be off-putting to have the table "do a jig" when the height is enough to cause scrolling. Nice one.

    And thanks ;-)

    Regards,
    Allan
This discussion has been closed.