Ionic framework: show table full screen and scrollable on click

I have a piece of text which contains tables surrounded by a div with a special class:

<div class="booktable">
    <table>...</table>
</div>

On clicking on a table I would like to display the table full screen with the possibility to scroll it in any direction if the table is too big.

I need this to display big tables on a phone.