How to align a DataTable at bottom of the page

How to align a DataTable at bottom of the page

panuquepanuque Posts: 4Questions: 0Answers: 0
edited October 2011 in FixedHeader
Hi,

when i try to set alignment of my datatable to the bottom of the page, the datatable style has as default a margin-bottom or something like this and i cant get this alignment.

has anyone got this?

thank you

Replies

  • GregPGregP Posts: 487Questions: 8Answers: 0
    It's all just CSS. It's been so long since I used a "sample" DataTable that I don't recall what styles are created for the examples, but in my application there are no default margin-bottoms or anything like that.

    Could be a padding on your container, rather than a margin on the DataTable.

    Indeed, it could be any number of things. The only way to identify which styles need updating is to use something like Firebug or Chrome's Developer Tools to inspect the elements and figure out which styles are adding the margins/padding.

    It's not difficult to do, but it takes a bit of practice and knowledge of CSS. If you're not up to it and you have a live link, I am willing to look for you.
This discussion has been closed.