function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Hari Sankar R 9Hari Sankar R 9 

Using LWC component

LWC Data Table (Product Detail) in Opportunity object
Hi All,

In the LWC component how to increase the width of the div tag for the above image and change the look & feel.

Thanks in Advance
VinayVinay (Salesforce Developers) 
Hi Hari,

Check below references.

https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.use_width_aware
https://salesforce.stackexchange.com/questions/322208/how-can-we-adjust-the-height-and-width-of-a-lightning-card-in-lwc
https://salesforce.forumming.com/question/6298/lightning-web-component-how-to-get-width-of-an-element-in-javascript

Thanks,