Click here to Skip to main content
15,912,932 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have problem that i have 3 nested table.whenever i hide 2nd table it also hide 3rd table because 3rd table is in the second table. please give me a sollution of this.
how to hide second table without hiding third table
Posted

Move the third table outside of the second table.

Instead of:
Table1
|_Table2
  |_Table3


Make it:
Table1
|_Table2
|_Table3
 
Share this answer
 
Comments
krupalmehta 28-Aug-11 8:28am    
how it?
[no name] 28-Aug-11 14:46pm    
Move the third table's markup (<table> tag) outside the second table's markup.
Sergey Alexandrovich Kryukov 28-Aug-11 18:03pm    
Looks apparent, isn't it? My 5.
--SA
After hiding the Second table.
write code to show second table.
hope it works!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900