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 when columns are editable. If you want a table that doesn't behave this way, you'll have to write your own.
↧