Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic Row Editing in PropertyFieldCollectionData Based on Row Properties #630

Open
Nandini-Kalyani-123 opened this issue Nov 18, 2024 · 0 comments

Comments

@Nandini-Kalyani-123
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant