gpt4 book ai didi

Vaadin Grid 自定义 TextArea 编辑器未完全显示

转载 作者:行者123 更新时间:2023-12-04 21:39:04 24 4
gpt4 key购买 nike

我为 Vaadin 7 Grid 定义了一个自定义编辑器

longColumn.setEditorField(getTextArea());

其中 getTextArea() 是:
private Field<?> getTextArea() {
TextArea ta=new TextArea();
ta.setWidth("300px");
ta.setHeight("200px");
return ta;
}

TextArea 看起来是给定的大小,但它被切割到行的高度,完全无法使用。

enter image description here

有没有办法让编辑器变大以便使用那么大的 TextArea?

最佳答案

通过使用 setRowStyleGenerator() 向网格添加新样式,通过 CSS 添加自定义高度。

关于Vaadin Grid 自定义 TextArea 编辑器未完全显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31453372/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com