Preparing search index...
The search index is not available
@universal-ember/table
@universal-ember/table
plugins
ColumnApi
Interface ColumnApi<T>
The data passed to a plugin's column APIs
interface
ColumnApi
<
T
extends
Table
=
Table
>
{
column
:
Column
<
DataTypeOf
<
T
>
>
;
table
:
T
;
}
Type Parameters
T
extends
Table
=
Table
Index
Properties
column
table
Properties
column
column
:
Column
<
DataTypeOf
<
T
>
>
table
table
:
T
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
column
table
@universal-ember/table
Loading...
The data passed to a plugin's column APIs