You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Hello.
I'm working with dash_table.DataTable and reading the docs I found row_id in the active_cell argument. Examples on the Dash web are using it (https://dash.plot.ly/datatable/interactivity).
- active_cell (dict; optional): The row and column indices and IDs of the currently active cell.
active_cell has the following type: dict containing keys 'row', 'column', 'row_id', 'column_id'.
Those keys have the following types:
- row (number; optional)
- column (number; optional)
- row_id (string | number; optional)
- column_id (string; optional)