Does anyone know how to pad the contents of a table cell? Setting props.columns,n.style.paddingLeft
doesn’t do anything.
In general, applying any styles or classes to the default Folsom table doesn’t appear to do anything.
Thanks.
Does anyone know how to pad the contents of a table cell? Setting props.columns,n.style.paddingLeft
doesn’t do anything.
In general, applying any styles or classes to the default Folsom table doesn’t appear to do anything.
Thanks.
Hi @Transistor, it should be the props.cells.style
property that you need to add the padding too.