plotly / dash-table-experiments

NO LONGER SUPPORTED - use https://github.com/plotly/dash-table instead
MIT License
174 stars 57 forks source link

How to get the data of the selected rows? #49

Closed aaron8tang closed 6 years ago

aaron8tang commented 6 years ago

For now, I use the selected_row_indices to get the corresponding rows of pandas dataframe, but after clicking the column head to sort data, using selected_row_indices can't get the corresponding rows of df. Is it possible to get the data of the selected rows, not just the indices?

Thanks.

chriddyp commented 6 years ago

Reposted and answered in https://community.plot.ly/t/how-to-get-the-data-of-the-selected-rows-of-dash-table-experiments/8439.