Props

io.github.nafg.scalajs.facades.mui.TableCell$.Props
class Props extends WithChildren[VdomNode]

Attributes

Graph
Supertypes
trait WithChildren[VdomNode]
trait PropTypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Classlikes

object align extends Prop[String]

Set the text-align on the table cell content.

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
object padding extends Prop[String]

Sets the padding applied to the cell. By default, the Table parent component set the value (normal). default is deprecated, use normal instead.

Sets the padding applied to the cell. By default, the Table parent component set the value (normal). default is deprecated, use normal instead.

Attributes

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

Specify the size of the cell. By default, the Table parent component set the value (medium).

Specify the size of the cell. By default, the Table parent component set the value (medium).

Attributes

Graph
Supertypes
class Prop[String]
class Object
trait Matchable
class Any
Self type
size.type
object sortDirection extends Prop[Any]

Set aria-sort direction.

Set aria-sort direction.

Attributes

Graph
Supertypes
class Prop[Any]
class Object
trait Matchable
class Any
Self type
object variant extends Prop[String]

Specify the cell type. By default, the TableHead, TableBody or TableFooter parent component set the value.

Specify the cell type. By default, the TableHead, TableBody or TableFooter parent component set the value.

Attributes

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

Inherited classlikes

object dyn extends Dynamic

Attributes

Inherited from:
PropTypes
Graph
Supertypes
trait Dynamic
class Object
trait Matchable
class Any

Value members

Concrete methods

def children: Prop[VdomNode]

The table cell contents.

The table cell contents.

Attributes

def classes: Prop[Object]

Override or extend the styles applied to the component. See CSS API below for more details.

Override or extend the styles applied to the component. See CSS API below for more details.

Attributes

def component: Prop[ElementType]

The component used for the root node. Either a string to use a HTML element or a component.

The component used for the root node. Either a string to use a HTML element or a component.

Attributes

def onClick: Prop[ReactMouseEventFromHtml => Callback]
def scope: Prop[String]

Set scope attribute.

Set scope attribute.

Attributes

def style: Prop[Object]

Inherited methods

def of[A : Writer](implicit evidence$1: Writer[A], name: Name): Prop[A]

Attributes

Inherited from:
PropTypes

Inherited fields

val key: Prop[Key]

Attributes

Inherited from:
PropTypes