As far as I know, that does not exist out of the box. In Basic, at least, you do have MultiSelectionList. So I would try playing with the beads of DataGridColumnList to make them more like MultiSelectionList, and then adding the necessary top level component methods, such as "get selectedIndices()"... ________________________________ From: Hugo Ferreira <hferreira...@gmail.com> Sent: Wednesday, May 17, 2023 2:12 AM To: dev@royale.apache.org <dev@royale.apache.org> Subject: Select multiple rows in a Jewel DataGrid/VirtualDataGrid
Hi, Does anyone know how to select multiple records simultaneously in a Jewel DataGrid/VirtualDataGrid? The purpose is to select and be able to eliminate several in a row. Thanks, Hugo.