Hi, how to get selected row details of DetailsList?
Thanks
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.
Most helpful comment
You can track the current item using
DetailsList.onActiveItemChangedor useISelected.getSelection()orISelected.onSelectionChanged(). You'll need to pass in your own Selection object for the last two.