MCPcopy
hub / github.com/chartbrew/chartbrew / _onExcludeField

Function _onExcludeField

client/src/components/TableConfiguration.jsx:44–48  ·  view source on GitHub ↗
(field)

Source from the content-addressed store, hash-verified

42 };
43
44 const _onExcludeField = (field) => {
45 const excludedFields = dataset.excludedFields || [];
46 const newExcludedFields = [...excludedFields, field];
47 onUpdate({ excludedFields: newExcludedFields });
48 };
49
50 const _onShowField = (field) => {
51 const excludedFields = cloneDeep(dataset.excludedFields) || [];

Callers 1

TableConfigurationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected