How can you get a DataTable to fill up the remaining space on a page?
How can you get a DataTable to fill up the remaining space on a page?
I have been using DataTables to display information on a webapp I have been building. I hadn't used DataTables before now, but I am liking it a lot!
I have one thing I haven't figured out how to do. I have a screen where there is some text displayed at the top. This information varies in length, depending on what item the user selected to view. Under the text is a DataTable. I want the DataTable to use up the remaining vertical space. But that available space changes for each different screen.
Anyone out there have a suggestion? Thanks in advance!
Chris