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.
<ID>_data_view_rows
1 parent 8983b34 commit d49fb4bCopy full SHA for d49fb4b
shiny/render/_data_frame.py
@@ -405,7 +405,7 @@ def self_input_cell_selection() -> CellSelection | None:
405
@reactive.calc
406
def self__input_data_view_rows() -> list[int]:
407
data_view_rows = self._get_session().input[
408
- f"{self.output_id}_data_view_indices"
+ f"{self.output_id}_data_view_rows"
409
]()
410
return data_view_rows
411
0 commit comments