MCPcopy
hub / github.com/plotly/dash / isEmpty

Function isEmpty

components/dash-table/src/dash-table/derived/table/fragments.tsx:50–51  ·  view source on GitHub ↗
(cells: JSX.Element[][] | null)

Source from the content-addressed store, hash-verified

48 });
49
50const isEmpty = (cells: JSX.Element[][] | null) =>
51 !cells || cells.length === 0 || cells[0].length === 0;
52
53export default memoizeOneFactory(
54 (

Callers 11

sanitizeMarksFunction · 0.85
DropdownFunction · 0.85
fragments.tsxFile · 0.85
validateArgFunction · 0.85
getLayoutCallbacksFunction · 0.85
recordHistoryFunction · 0.85
setPropsFunction · 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…