Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/TanStack/table
/ getDefaultRowPinningState
Function
getDefaultRowPinningState
packages/table-core/src/features/RowPinning.ts:124–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
//
123
124
const
getDefaultRowPinningState = (): RowPinningState => ({
125
top: [],
126
bottom: [],
127
})
128
129
export
const
RowPinning: TableFeature = {
130
getInitialState: (state): RowPinningTableState => {
Callers
1
RowPinning.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected