You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The DetailsList renders the content of the new_multi_select_repro, simliar to the "Preview Modern Control Table Dataverse only" control / Dataverse Grid
AB#958
The text was updated successfully, but these errors were encountered:
@martintoelk this is currently expected behavior as we do not support complex types in DetailsList. Workaround is to use the AddColumns() method to add the concatenated values to the Items property table passed in. You could implement this with the multiple value columns feature in DetailsList (shown as Tags) to display the values in one cell
Describe the bug
As a Maker I want to add DataVerse Multiselect Choices to a DetailList

Example:
The Fluent UI Details List seems to show empty columns

The new "Preview Modern Control Table Dataverse only" control is capable of rendering the Dataverse Multi Select Choices
To Reproduce
Steps to reproduce the behavior:
Table( { ColName: "new_multi_select_repro", ColDisplayName: "Multi Select Choice Column", ColWidth: 200, ColSortable: true, ColIsBold: true, ColResizable: true } )
Expected behavior
The DetailsList renders the content of the new_multi_select_repro, simliar to the "Preview Modern Control Table Dataverse only" control / Dataverse Grid
AB#958
The text was updated successfully, but these errors were encountered: