Preparing search index...
The search index is not available
@universal-ember/table
@universal-ember/table
index
Column
Class Column<T>
Type Parameters
T
=
unknown
Index
Constructors
constructor
Properties
config
table
Accessors
Cell
key
name
Methods
get
Default
Value
get
Options
For
Row
get
Value
For
Row
Constructors
constructor
new
Column
<
T
=
unknown
>
(
table
:
Table
<
T
>
,
config
:
ColumnConfig
<
T
>
)
:
Column
<
T
>
Type Parameters
T
=
unknown
Parameters
table
:
Table
<
T
>
config
:
ColumnConfig
<
T
>
Returns
Column
<
T
>
Properties
config
config
:
ColumnConfig
<
T
>
table
table
:
Table
<
T
>
Accessors
Cell
get
Cell
()
:
undefined
|
ComponentLike
Returns
undefined
|
ComponentLike
key
get
key
()
:
string
Returns
string
name
get
name
()
:
undefined
|
string
Returns
undefined
|
string
Methods
Private
get
Default
Value
getDefaultValue
(
row
:
Row
<
T
>
)
:
string
Parameters
row
:
Row
<
T
>
Returns
string
get
Options
For
Row
getOptionsForRow
(
row
:
Row
<
T
>
)
:
{
defaultValue
:
string
}
Parameters
row
:
Row
<
T
>
Returns
{
defaultValue
:
string
}
defaultValue
:
string
when no value is present for a given set of data for the given column config
get
Value
For
Row
getValueForRow
(
row
:
Row
<
T
>
)
:
ContentValue
Parameters
row
:
Row
<
T
>
Returns
ContentValue
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
config
table
Accessors
Cell
key
name
Methods
get
Default
Value
get
Options
For
Row
get
Value
For
Row
@universal-ember/table
Loading...
when no value is present for a given set of data for the given column config