Preparing search index...
The search index is not available
sj-design
sj-design
component-library.ui.data-grid/dist
GridRowPinningApi
Interface GridRowPinningApi
interface
GridRowPinningApi
{
unstable_setPinnedRows
:
(
(
pinnedRows
?:
GridPinnedRowsProp
<
GridValidRowModel
>
)
=>
void
)
;
}
Hierarchy (
view full
)
GridRowPinningApi
GridApiPro
Index
Properties
unstable_
set
Pinned
Rows
Properties
unstable_
set
Pinned
Rows
unstable_
set
Pinned
Rows
:
(
(
pinnedRows
?:
GridPinnedRowsProp
<
GridValidRowModel
>
)
=>
void
)
Changes the pinned rows.
Type declaration
(
pinnedRows
?
)
:
void
Parameters
Optional
pinnedRows
:
GridPinnedRowsProp
<
GridValidRowModel
>
An object containing the rows to pin.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
unstable_
set
Pinned
Rows
sj-design
Loading...
Changes the pinned rows.