Hi all,
I'm quite a novice with javascript...
Im trying to create (without much success) a hierarchical tree table.
I want a table like:
Header
1 Parent Row
1.1 Child Row
1.2 Child Row
1.2.1 2-Child Row
2 Parent Row
2.1 Child Row
2.2 Child Row
2.3 Child Row
3 Parent Row
Initially only the Parent rows should be visible, then when i click on one of them, its first level child-Rows appear, and so on...
any suggestions?
Thanks,
Marco