MCPcopy Index your code
hub / github.com/plotly/dash / getActionableState

Function getActionableState

components/dash-table/demo/AppMode.ts:276–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

274}
275
276function getActionableState() {
277 const state = getDefaultState();
278 state.tableProps.filter_action = TableAction.Native;
279
280 (state.tableProps.columns || []).forEach(c => {
281 c.clearable = true;
282 c.hideable = 'last';
283 c.selectable = true;
284 });
285
286 return state;
287}
288
289function getDateState() {
290 const state = getTypedState();

Callers 1

getModeStateFunction · 0.85

Calls 1

getDefaultStateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…