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

Interface IBaseColumn

components/dash-table/src/dash-table/components/Table/props.ts:221–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221export interface IBaseColumn {
222 clearable?: boolean | boolean[] | 'first' | 'last';
223 deletable?: boolean | boolean[] | 'first' | 'last';
224 editable: boolean;
225 filter_options: IFilterOptions;
226 hideable?: boolean | boolean[] | 'first' | 'last';
227 renamable?: boolean | boolean[] | 'first' | 'last';
228 selectable?: boolean | boolean[] | 'first' | 'last';
229 sort_as_null: SortAsNull;
230 id: ColumnId;
231 name: string | string[];
232}
233
234export interface ILoadingState {
235 is_loading: boolean;

Callers

nothing calls this directly

Implementers 1

Columncomponents/dash-table/src/dash-table/c

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…