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