padding

io.github.nafg.scalajs.facades.mui.TableCell.Props.padding
object padding extends Prop[String]

Sets the padding applied to the cell. The prop defaults to the value ('default') inherited from the parent Table component.

Attributes

Graph
Supertypes
class Prop[String]
class Object
trait Matchable
class Any
Self type
padding.type

Members list

Value members

Inherited methods

def :=(value: String): Setting

Attributes

Inherited from:
Prop
def :=?(value: Option[String]): Setting

Attributes

Inherited from:
Prop
def setAs[B](value: B)(implicit B: Writer[B]): Setting

Attributes

Inherited from:
Prop
def setRaw(value: Any): Setting

Attributes

Inherited from:
Prop

Concrete fields

val checkbox: Setting
val none: Setting
val normal: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop