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.
我正在使用具有多列的数据表。第一列具有类别的选择组合。在选择项目的类别列表时,应在下一列的下一个组合中填充。这很好,但是在一行中更改类别也会更改所有行中的项目组合。由于行是动态创建的,我如何才能为每一行唯一地做到这一点?
将选择项列表绑定到行对象而不是支持 bean。