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

Function noContentRenderer

source/Grid/Grid.jest.js:859–861  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

857 // Sanity check for bvaughn/react-virtualized/pull/348
858 it('should render an empty body if :rowCount or :columnCount changes to 0', () => {
859 function noContentRenderer() {
860 return <div>No data</div>;
861 }
862
863 let list = findDOMNode(
864 render(

Callers 1

CollectionView.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…