We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a07d3f commit cafc024Copy full SHA for cafc024
ipydatagrid/datagrid.py
@@ -532,8 +532,10 @@ def selected_cell_values(self):
532
# the front-end data model
533
selections_grid = DataGrid(view_data)
534
535
- # Copying over selections from main grid
+ # Copying over selections/mode from main grid
536
selections_grid.selections = self.selections
537
+ selections_grid.selection_mode = self.selection_mode
538
+
539
return SelectionHelper(grid=selections_grid).all_values()
540
541
@property
0 commit comments