@universal-ember/table
Guides
GitHub
Preparing search index...
index
Column
Interface Column<T>
Public Types
interface
Column
<
T
=
unknown
>
{
config
:
ColumnConfig
<
T
>
;
table
:
Table
<
T
>
;
get
Cell
()
:
ComponentLike
<
CellContext
<
T
>
>
|
undefined
;
get
key
()
:
string
;
get
name
()
:
string
|
undefined
;
getDefaultValue
(
row
:
Row
<
T
>
)
:
string
;
getOptionsForRow
(
row
:
Row
<
T
>
)
:
{
defaultValue
:
string
}
;
getValueForRow
(
row
:
Row
<
T
>
)
:
ContentValue
;
}
Type Parameters
T
=
unknown
Index
Properties
config
table
Accessors
Cell
key
name
Methods
get
Default
Value
get
Options
For
Row
get
Value
For
Row
Properties
config
config
:
ColumnConfig
<
T
>
table
table
:
Table
<
T
>
Accessors
Cell
get
Cell
()
:
ComponentLike
<
CellContext
<
T
>
>
|
undefined
Returns
ComponentLike
<
CellContext
<
T
>
>
|
undefined
key
get
key
()
:
string
Returns
string
name
get
name
()
:
string
|
undefined
Returns
string
|
undefined
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
Properties
config
table
Accessors
Cell
key
name
Methods
get
Default
Value
get
Options
For
Row
get
Value
For
Row
Guides
GitHub
@universal-ember/table
Loading...
Public Types