API Docs for: 3.0.1.91d25ad1
Show:

Components.ModelsTableCellContentDisplay Class

Extends Ember.Component

Default cell-component. Used to print property-value (row - source, column.propertyName - key).

Properties and event-handlers from models-table/cell are bound here

Properties

groupedLength

Number

Default: null

index

Number

Row's index where current cell is

Default: null

isColumnEditable

Boolean

Default: false

isEditRow

Boolean protected

Default: null

isExpanded

Boolean

Is current row expanded or not

Default: null

isSelected

Boolean

Is current row selected or not

Default: null

record

Object

One of the data

Default: null