@universal-ember/table
Guides
GitHub
Preparing search index...
plugins/column-reordering
moveRight
Function moveRight
moveRight
<
DataType
=
unknown
>
(
column
:
Column
<
DataType
>
)
:
void
Move the column one position to the right. If the column is last, nothing will happen.
Type Parameters
DataType
=
unknown
Parameters
column
:
Column
<
DataType
>
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Guides
GitHub
@universal-ember/table
Loading...
Move the column one position to the right. If the column is last, nothing will happen.