I have a jqGrid that is part of a bootstrap div container. This jqGrid has variable width: the user can select up to twenty columns, and when he or she selects all twenty, it stands no chance of fitting within the bootstrap container. Is there a way to escape the bootstrap grid system when your HTML table is destined to be within a <div class="container">
?
To clarify, I want the page to have a horizontal scrollbar without cutting off any content width-wise.