MCPcopy
hub / github.com/bvaughn/react-virtualized / getMarkup

Function getMarkup

source/Grid/Grid.jest.js:45–52  ·  view source on GitHub ↗
(props = {})

Source from the content-addressed store, hash-verified

43 }
44
45 function getMarkup(props = {}) {
46 return (
47 <Grid
48 cellRenderer={defaultCellRenderer}
49 columnCount={NUM_COLUMNS}
50 columnWidth={DEFAULT_COLUMN_WIDTH}
51 getScrollbarSize={getScrollbarSize0}
52 height={DEFAULT_HEIGHT}
53 overscanColumnCount={0}
54 overscanRowCount={0}
55 autoHeight={false}

Callers 4

Grid.jest.jsFile · 0.70
List.jest.jsFile · 0.50
AutoSizer.jest.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…