1

I have an application, where i should be able to re-size the width of a column of the tree at run time (as we can re-size the width of a column in spreadsheet.) because i don't want to wrap my data. Is it feasible.. ? if yes how can we achieve that ? Thanks in advance.

AmM
  • 115
  • 1
  • 11

1 Answers1

1

You can add this :

<treecols sizable="true">

Here a fiddle with that option.
Here the official doc of sizable.

chillworld
  • 4,207
  • 3
  • 23
  • 50