DetailsList with row actions #15980
Answered
by
JustSlone
Rocky-Moon
asked this question in
General
|
A common UI case when using a DetailsList is to be able to perform actions on the row in the details list. There are no current examples within the DetailsList on options doing this, is there already built in functionality or is it a roll your own scenario? Would be good to have a standardised approach to this. |
Answered by
JustSlone
Nov 30, 2020
Replies: 1 comment
|
There is the onItemInvoked prop that takes a callback that gets called when the user double clicks or presses enter on a focused row. You can see an example here: Is that what you are looking for? |
0 replies
Answer selected by
khmakoto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is the onItemInvoked prop that takes a callback that gets called when the user double clicks or presses enter on a focused row.
You can see an example here:
https://developer.microsoft.com/en-us/fluentui#/controls/web/detailslist/basic
Is that what you are looking for?