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.
我正在使用 Vaadin 8,并且我正在使用启用了多选的网格,但我只能选择 3 行。
我已经启用了多选
protected Grid<java.lang.String> canalesTV; canalesTV.setSelectionMode(SelectionMode.MULTI);
我找不到任何方法可以让我更改可以选择的行数。
有谁知道如何改变这个?
提前致谢