PDA

View Full Version : tree tables


wac
04-24-2003, 02:23 PM
Has anyone implemented a tree table (a tabular tree)???
I'm trying to make a go of it (cause my company is cheap, I mean really!!!). Initially I was using embeded tables to represent the tree hierarchy but couldn't get a good mechanism for embeded trees spanning the columns to line up properly. Now I'm thinking of just using a single table and using javascript to deal with the collapse/expand hierarchy. Any ideas???

brothercake
04-24-2003, 02:34 PM
If you're not sure where to post, please pick one forum or the other; I'm taking a judgement that this is an HTML question; but it can be moved if it pans out different.

Anyway - I don't really know what you mean by a tree table; you mean a tree structure in which each node is a data table? or each node is data?

wac
04-24-2003, 09:40 PM
I'm thinking of a tree structure, where each node is a row within the tree (a collection of columns)

Antoniohawk
04-25-2003, 10:48 PM
check out http://www.youngpup.net > components > ypXmlTree.