toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-tanstack-table-core
/
tanstack.table.core
/
RowPinningOptions
/
enableRowPinning
enable
Row
Pinning
abstract
var
enableRowPinning
:
(
row
:
Row
<
TData
>
)
->
Boolean
?
(
source
)
Enables/disables row pinning for the table. Defaults to
true
.
API Docs
Guide