deleteRow and back to full table

A

awebguynow

OK, so I can use deleteRow to do a subSelect of my table (dynamically
generated).
How can I show the table in full again ?
The "back" button doesn't work b/c the dyn. gen. html was from a POST

One feasible solution would be to store the deleted rows, in order to
restore them again. A customized button, could trigger them to be
restored.
Alternatively, I could show the subSelect in a new window.
 
R

RobG

awebguynow said:
OK, so I can use deleteRow to do a subSelect of my table (dynamically
generated).
How can I show the table in full again ?

Don't delete the rows in the first place. If you want them to
disappear from the table, set their display property to 'none'. When
you're ready to display them again, set their display property to ''
(empty string) - or use a CSS class to do it.

Do not set the display property to block - CSS2 compliant browsers use
table-row, IE still uses block. Setting the display property to ''
allows it to return to an appropriate value without you needing to
determine which value to use.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top