↧
Answer by sfdcfox for Force to hide numeric column in LWC Datatable
You can't do this in any way that is supported. CSS is scoped to a component, so your component cannot affect the styles inside another component, and the table is hard-coded to show the row numbers...
View ArticleForce to hide numeric column in LWC Datatable
I have a datatable where it's possible for the user to be able to inform the amount of products he/she wants to purchase. The problem is that as I'm making some columns editable (editable=true), the...
View Article