EP-05 | For Each Loop in LWC | How and where to use it | LWC Stack ☁️⚡️

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 11

  • @aadyamkudi
    @aadyamkudi 5 місяців тому +1

    Great

  • @alexmtz9060
    @alexmtz9060 6 місяців тому +1

    Guys has anyone gotten any error on the html part when adding the and tags? I get an error that says the tag was automatically inserted within the . Im kind of new programming so i have no clue what is it about, although it doesn't seem to be a problem on the app, it keeps appearing when trying to create a table row

    • @SalesforceBolt
      @SalesforceBolt  5 місяців тому

      This is strange, are you able to deploy the component?

  • @tammyb3684
    @tammyb3684 10 місяців тому

    You are using . We should use lightning:datatable

  • @dnyaneshlohar6954
    @dnyaneshlohar6954 2 роки тому +1

    Want to pass data from for-each to other record-edit form...How it will?

  • @abhishekmandaogade5261
    @abhishekmandaogade5261 2 роки тому

    Want to give indexing to records starting from 1, How to do it?

    • @SalesforceBolt
      @SalesforceBolt  2 роки тому

      Use for:index in the loop.
      Check this link for sample code
      www.salesforcebolt.com/2022/08/custom-toast-notification-lightning-web-component-salesforce.html