Would it be possible for the main container width to increase along with the table width? Is that achievable?
<div class="container main-con">
<table class="table table-hover"> <tr><td></td></tr>
</table>
</div>
In this scenario, if the data in the table increases, the table extends beyond the container. Is there a way to adjust the main container width based on the table width?