Search found 2 matches

by shadow2026
Tue May 02, 2006 10:19 am
Forum: PHP - Code
Topic: showing/hiding columns in a table
Replies: 4
Views: 231

I was thinking of doing just that, creating a whole new table and hiding the whole thing. I think I may try it that way, it seems like the easiest thing to do. Thank you, and thanks for the style properties :p
by shadow2026
Tue May 02, 2006 9:47 am
Forum: PHP - Code
Topic: showing/hiding columns in a table
Replies: 4
Views: 231

showing/hiding columns in a table

Hello, I was wondering if anyone could help me with hiding/showing a column of data in a table. It should remain hidden until the user inputs a password into a textbox and clicks a button, then the column will show itself. Anyone have any ideas of how to get started doing this? I'm not sure how to h...