-
I want to use DetailsList component and select multiple items. when I click a button on DetailsList header, I want to delete those selected items. I can get selected items, but the problem is when I click header all selected items disappear. You can also see it on the Fluent UI documentation page: Firstly, select some items (or just click Is there a solution for this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @ozan1535, try setting |
Beta Was this translation helpful? Give feedback.
Hi @ozan1535, try setting
selectionPreservedOnEmptyClick={true}
onDetailsList
.