Questions tagged [lwc]

For questions about Lightning Web Components (LWC) - the UI framework for the Salesforce platform. When using this tag also include the more generic [salesforce] tag.

503 questions
0
votes
1 answer

if:true comparison inside the for loop

I want to do comparison in the if:true part inside for:each loop. The answer I got from google is to create a new sub-component. But I really don't wanna go this route... Any other good options?