I am working with a bootstrap table that looks like this:
<div class="table-responsive">
<table>
....
</table>
</div>
Current display on mobile:
https://i.sstatic.net/6b6qa.png
desired display on mobile: https://i.sstatic.net/f6XRT.png
My goal is to make the table scrollable and have a zoomed-out view of the entire table. How can I achieve this?