Created
December 7, 2019 18:20
-
-
Save maagmirror/758622c9decd6ac6b3c39f1f20e55c32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="d-flex justify-content-center"> | |
<div style="overflow: scroll;height: 200px;width: 200px;overflow-x: hidden;"> | |
<table class="table table-striped text-center"> | |
<thead> | |
<tr> | |
<th scope="col">Ultimo Calculo</th> | |
</tr> | |
</thead> | |
<tbody id="lastresults"> | |
<tr> | |
</tr> | |
</tbody> | |
</table> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment