MCPcopy
hub / github.com/Unleash/unleash / ColumnMeta

Interface ColumnMeta

frontend/src/types/react-table.d.ts:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5declare module '@tanstack/react-table' {
6 interface ColumnMeta<_TData extends RowData, _TValue> {
7 align?: 'left' | 'center' | 'right';
8 width?: number | string;
9 minWidth?: number | string;
10 maxWidth?: number | string;
11 styles?: CSSProperties;
12 isDragHandle?: boolean;
13 }
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected