Forum Discussion
LaxmikantB2
Feb 06, 2023Copper Contributor
can we skip spfx field customizer to render for a particular row if my condition satisfies
I have created a field customizer which basically masking the value in fieldA(It is a required field) by taking values from fieldB. Everything is working fine except if my fieldA and FieldB both have...
Adnan_Amin
Feb 06, 2023MVP
Yes, you can skip the SPFx field customizer to render for a particular row by using an if condition as you have mentioned in your code. The 'return' statement will stop the execution of the code and the customizer will not render any changes for that particular row.