I am using jqGrid, and have it set up like this:
<body>
<div>
Header
</div>
<div>
<table id="list4"></table>
</div>
</body>
I am populating it using the demo code from here: http://www.trirand.com/blog/jqgrid/jqgrid.html, Loading Data-> Array Data.
I want the grid to take up the rest of the bottom of the page, and, grow / shrink as the page is resized. In addition, I would like scrollbars when the grid goes off the edge of the screen.
How would I go about doing that?