This question is locked. New answers and comments are not allowed.
hello i the following html:
<table>
<tr>
<td> your tree view</td>
<td> one div</td>
<td> one div</td>
<td> one div</td>
<td> one div</td>
</tr>
</table>
the table and is child's have the width and height set to 100%
then i have the function to drag from tree view to div.
the td grows if one of the nested td grow but not is content, so, for instance one div get's 120px but another stays at the same size has before the nested td resize.
my question is how can i resise the divs dinamicaly in each drop and also on expand of a node.
what i want to do is set all elements with the same size of the bigger element because they are side by side.
Best Regards
<td> one div</td>
<td> one div</td>
<table>
<tr>
<td> your tree view</td>
<td> one div</td>
<td> one div</td>
<td> one div</td>
<td> one div</td>
</tr>
</table>
the table and is child's have the width and height set to 100%
then i have the function to drag from tree view to div.
the td grows if one of the nested td grow but not is content, so, for instance one div get's 120px but another stays at the same size has before the nested td resize.
my question is how can i resise the divs dinamicaly in each drop and also on expand of a node.
what i want to do is set all elements with the same size of the bigger element because they are side by side.
Best Regards
<td> one div</td>
<td> one div</td>