Fluentui: how to get selected row details of DetailsList

Created on 29 Apr 2018  ·  2Comments  ·  Source: microsoft/fluentui

Hi, how to get selected row details of DetailsList?
Thanks

Question ❔

Most helpful comment

You can track the current item using DetailsList.onActiveItemChanged or use ISelected.getSelection() or ISelected.onSelectionChanged(). You'll need to pass in your own Selection object for the last two.

All 2 comments

You can track the current item using DetailsList.onActiveItemChanged or use ISelected.getSelection() or ISelected.onSelectionChanged(). You'll need to pass in your own Selection object for the last two.

It looks like this issue has been answered/resolved. Closing this issue.

Was this page helpful?
0 / 5 - 0 ratings