Height of whole table always height of page

Height of whole table always height of page

veebersveebers Posts: 1Questions: 0Answers: 0
edited November 2011 in General
Hi all,

I'm wanting to have my DataTables height the whole weight of my page (or the wrapping div)
(i.e. the div -> position: absolute; top: 0; bottom: 0 right: 0; left: 0;)
So when I resize it aways takes up the available space and have the bottom tool bar is always at the bottom of the page/div.

For instance so I can have a dialog (filled with a DataTable) that I can stretch out the bottom and have it that contained table resize to fit.

I've looked at setting the dataTables_wrapper div's css so that it does this, but the contents within stay at the initial height. I guess I'm mainly looking for the bottom toolbar to be at the bottom of the wrapper div.

I hope that this makes sense :P I can try to clarify if needed.


Thanks,
Chris
This discussion has been closed.