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.
在同一页面中拥有多个 CellTable 的最简单方法是什么,以便在一个 CellTable 中选择一行会清除其他 CellTable 中的任何选择?
没有什么比这更容易了。只需创建一个唯一的 SelectionModel,并使用该setSelectionModel函数将其分配给每个 CellTables。
setSelectionModel
尽管回想起来这似乎很明显,但我花了一段时间才想到它。