(props = {})
| 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} |
no outgoing calls
no test coverage detected
searching dependent graphs…