I have a rather large table I used this Bootstrap code.
<div class="table-responsive">
<table class="table">
...
</table>
</div>
But in mobile only the first 3 columns appear and hides the rest. can I change to show the entire table, or does a scroll bar appear?