Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
document.getElementById('myTable').style.visibility = 'hidden';
document.getElementById('myTable').style.visibility = 'visible';
document.getElementById('myTable').style.display = 'block';
document.getElementById('myTable').style.display = 'none';