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

Function getMarkup

source/MultiGrid/MultiGrid.jest.js:18–25  ·  view source on GitHub ↗
(props = {})

Source from the content-addressed store, hash-verified

16 }
17
18 function getMarkup(props = {}) {
19 return (
20 <MultiGrid
21 cellRenderer={defaultCellRenderer}
22 columnCount={50}
23 columnWidth={50}
24 fixedColumnCount={2}
25 fixedRowCount={1}
26 height={300}
27 overscanColumnCount={0}
28 overscanRowCount={0}

Callers 2

MultiGrid.jest.jsFile · 0.70
Masonry.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…