DetailsList with row actions #15980
-
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. |
Beta Was this translation helpful? Give feedback.
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? |
Beta Was this translation helpful? Give feedback.
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?