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
I have a PropertyFieldCollectionData in my SPFx web part, and my collection contains three items. Two of these items have the isActive property set to true, and one has it set to false.
I want to render the table-like interface such that:
For rows where isActive is false, the title column is non-editable.
For rows where isActive is true, the title column remains editable.
How can I achieve this dynamic behavior in the property pane using PropertyFieldCollectionData? Any guidance or examples would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
I have a PropertyFieldCollectionData in my SPFx web part, and my collection contains three items. Two of these items have the isActive property set to true, and one has it set to false.
I want to render the table-like interface such that:
How can I achieve this dynamic behavior in the property pane using PropertyFieldCollectionData? Any guidance or examples would be greatly appreciated!
The text was updated successfully, but these errors were encountered: