I have one datatable embedded in a parent component, last column of data table is editable but in case of inline editing, the box is not opening up for some screen size and it's varying machine to machine. I added some padding thinking it will provide some space for it to open up, but it worked for my machine not other's. problem lies in different screen size resolution in different machine, Any idea what to do?
<div class="parent-container"> <c-custom-datatable columns={taskColumns} data={taskData} draft-values={taskDraftValues} key-field="whatId" oncellchange={handleTaskCellEdit} onrowselection={rowSelection} selected-rows={taskSelection} show-checkbox-column suppress-bottom-bar > </c-custom-datatable> </div>
#Salesforce Developer
1 answer
Hi, sorry for the inconvenience. If you don't receive a response here, we recommend reaching out to our support team for further assistance. You can do so by visiting https://help.salesforce.com/s/articleView?id=000393090&language=en_US&type=1