dash-docs
dash-docs copied to clipboard
missing row id examples for datatable
https://github.com/plotly/dash-table/pull/412
would be good to look through the community forum for examples & motivation
Props using row ids:
- derived_viewport_row_ids
- derived_viewport_selected_row_ids
- derived_virtual_row_ids
- derived_virtual_selected_row_ids
- selected_row_ids
- active_cell.row_id
- end_cell.row_id
- selected_cells.row_id
- start_cell.row_id
in particular, the example should display some best practices on how and when to use row_ids. this might include:
- setting row ids with df.index
- reading the row ids back via selected_row_ids
- explain how row ids are like a invisible column