We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
render.DataGrid
render.DataTable
render.data_frame mentions the {id}_selected_rows() input here https://shiny.posit.co/py/api/render.data_frame.html#row-selection, but neither render.DataGrid now render.DataTable mention this information, making it hard to discover.
render.data_frame
{id}_selected_rows()
Discoverability might be improved by #975, but the documentation for render.DataGrid and render.DataTable should mention how to access selected rows.
The text was updated successfully, but these errors were encountered:
+1 I came across this today. I think this section of the docs (https://shiny.posit.co/py/api/core/render.data_frame.html#row-selection) should be updated to use the new API (e.g. .data_view(selected=True))
.data_view(selected=True)
Sorry, something went wrong.
No branches or pull requests
render.data_frame
mentions the{id}_selected_rows()
input here https://shiny.posit.co/py/api/render.data_frame.html#row-selection, but neither render.DataGrid now render.DataTable mention this information, making it hard to discover.Discoverability might be improved by #975, but the documentation for
render.DataGrid
andrender.DataTable
should mention how to access selected rows.The text was updated successfully, but these errors were encountered: