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

Function clearColumn

components/dash-table/src/dash-table/utils/actions.js:78–95  ·  view source on GitHub ↗
(
    column,
    columns,
    visibleColumns,
    headerRowIndex,
    mergeDuplicateHeaders,
    _data
)

Source from the content-addressed store, hash-verified

76}
77
78export function clearColumn(
79 column,
80 columns,
81 visibleColumns,
82 headerRowIndex,
83 mergeDuplicateHeaders,
84 _data
85) {
86 const {data} = deleteColumn(
87 column,
88 columns,
89 visibleColumns,
90 headerRowIndex,
91 mergeDuplicateHeaders,
92 _data
93 );
94 return {data};
95}
96
97export function deleteColumn(
98 column,

Callers

nothing calls this directly

Calls 1

deleteColumnFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…