Home
DevShare Downloads
hide row client side
JasonW
This example provides a button on each row of a table to hide the row. No button is provide to unhide it but the example could be changed to offer it. It uses a bookmark on each row and two text elements with script tags. The text element above the table uses a script tag to enclose function that just sets the display for the row to none. The text element on each row provides a button that calls the above function passing in the bookmark name for the current row.
Find more posts tagged with
Comments
There are no comments yet