• David Thomas 59
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I have a table in my LWC component containing two columns 'name' and 'id'. The values of these columns will come based on filters that i have added(so the values will be different everytime, not hardcoded).
I want to iterate over these values and store it an array.
How can i iterate over these values in table.