简体   繁体   中英

Resizing zk-treecol at runtime

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.

You can add this :

<treecols sizable="true">

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM