align

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

Set the text-align on the table cell content.

Monetary or generally number fields should be right aligned as that allows you to add them up quickly in your head without having to worry about decimals.

Attributes

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

Members list

Concise view

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 center: Setting
val inherit: Setting
val justify: Setting
val left: Setting
val right: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop