In the following table: how to adjust the height and width automatically for the table.
i.e, if the data is more it should display all the data else present data in a fashionable manner
<table id="mytable">
<tr>
<td>more data.............................................................................</td>
<td>a</td>
</tr>
</table>
In the nothing should be wrapped wither in case of large chunks of data or small chunks of data.
Thanks.