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を配置して、1つのCellTableで行を選択すると、他のCellTableでの選択がクリアされるようにする最も簡単な方法は何ですか?
これほど簡単なものはありません。一意のSelectionModelを作成し、setSelectionModel関数を使用して各CellTableに割り当てます。
setSelectionModel
振り返ってみると当たり前のように思えるかもしれませんが、考えるのに少し時間がかかりました。