Learn how to dynamically hide table row with a help of javascript! In this tutorial there are two samples:
- How to hide or show entire HTML table on the fly
- How to hide or show row in HTML table
To find more helpful javascript effect tutorials follow the link.
Hide HTML table on the fly with javascript
With a clik on link "show/hide Table" entire HTML table is hided or showed. When a link is clicked jscript function elementHideShow with parameter simpleTable which is id of table. Then function elementHideShow
hide table if table is showed (display property is block) or show table
if table is hided (display property of table is none and become block).