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
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
Great
Thanks!
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
This is strange, are you able to deploy the component?
You are using . We should use lightning:datatable
Yes we can use data table as well!
Want to pass data from for-each to other record-edit form...How it will?
Is it a parent child lwc?
@@SalesforceBolt yes like that only
Want to give indexing to records starting from 1, How to do it?
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