tree - Resizing zk-treecol at runtime -


i have application, should able re-size width of column of tree @ run time (as can re-size width of column in spreadsheet.) because don't want wrap data. feasible.. ? if yes how can achieve ? in advance.

you can add :

<treecols sizable="true"> 

here fiddle option.
here official doc of sizable.


Comments

Popular posts from this blog

css - I want to align grid in center -

python - SWIG function not printing output -

oop - Function for all prototypes - Javascript -