Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个应用程序,我应该能够在运行时重新调整树的列的宽度(因为我们可以重新调整电子表格中列的宽度。)因为我不想包装我的数据。可行吗。。?如果是的话,我们怎样才能做到这一点?提前致谢。
你可以添加这个:
<treecols sizable="true">
这里有一个选项。 这里是 sizable 的官方文档。