标签: tree zk treecellrenderer
我有一个应用程序,我应该能够在运行时重新调整树的列的宽度(因为我们可以在电子表格中重新调整列的宽度。)因为我不想要包装我的数据。它可行吗?如果是的话,我们怎样才能做到提前谢谢。
答案 0 :(得分:1)
您可以添加:
<treecols sizable="true">
Here a fiddle with that option. Here the official doc of sizable.