ember-semantic-ui-table

API Docs for: v4.0.1
Show:

SemanticUI.Row

Summary

Item Index

Methods

Methods

create

Syntax

create

(
  • content
  • options
)
public static

Summary

Parameters:

  • content Object

    Content for this row.

  • options Object

    Properties to initialize in this object.

Returns:

Row

Properties

content

Syntax

content

Object public

Summary

Content for this row. See Ember.ObjectProxy.

editing

Syntax

editing

Boolean public

Summary

Whether thw row is currently being edited.

Default: false

expanded

Syntax

expanded

Boolean public

Summary

Whether the row is currently expanded.

Default: false

selected

Syntax

selected

Boolean public

Summary

Whether the row is currently selected.

Default: false