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
1
vote
2 answers

Add a row from one table to another in LWC

I am very new to LWC and Javascript. I have an LWC component with a search bar and a table (created in HTML file) showing the search result. I want to add another column in the table with a button on each row which allows me to add that whole row…
Niklaus
  • 39
  • 1
  • 9
1
vote
0 answers

Salesforce LWC interact with SVG with script

I am trying to display a SVG that contains a script inside a LWC and have some interaction with it. This SVG is an exploded views of my product. My LWC will contains this SVG and a list of product. When the use goes over the exploded view, the…
1
vote
0 answers

How to get dataURL of Salesforce ContentVersion in LWC?

I am trying to get dataURL of Salesforce ContentVerison using canvas.toDataURL in LWC method but I am getting the following CORS policy error: "error image" LWC html code: