| Author |
Message |
Neeraj Guest
|
Posted: Fri Jun 20, 2003 2:11 pm Post subject: how to have table rows as nodes |
|
|
Hi,
How can I do the following with cooljstree.
case 1 -
I have a table of data, where each row consists of several columns of data. I want to create a tree, where I can colapse to see only the table heading and expand to see the table with all the rows.
I have seen several examples where each node is a table. But here I want a node to be just a row in a table.
You can also reply to nmital@loomissayles.com
thanks
neeraj
[/quote] |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Sat Jun 21, 2003 12:19 am Post subject: |
|
|
| Tree cannot deal with separate table rows because of its inner structure. But you can put heading of you table into separate table in some node of the tree, and then put body of the table into other separate table as first subnode. Probably, you will have to set fixed widths for columns in both tables. |
|
| Back to top |
|
 |
|