MCPcopy 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
124const getDefaultRowPinningState = (): RowPinningState => ({
125 top: [],
126 bottom: [],
127})
128
129export const RowPinning: TableFeature = {
130 getInitialState: (state): RowPinningTableState => {

Callers 1

RowPinning.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected