0
I have a little big table I used this Bootstrap code.
<div class="table-responsive">
<table class="table">
...
</table>
</div>
But in mobile only appears the first 3 columns and hides the rest. has how to change to show the whole table, or appear a scroll bar?
The scroll bar should appear normally. Try moving the table to check the other columns.
– Andrew Ribeiro
Actually the bar does not appear but if moving the table, will appear the other columns :), it was even worth.
– Junior