AdaptableTableView

TypeScript
interface AdaptableTableView extends
Extends

AdaptableBaseView

Properties

PropertyDescription
columnsThe columns to be displayed in the view.
filters
pivotColumnsJust for type checking. Type: never

Property Details

columns

The columns to be displayed in the view.

TypeScript
columns: AdaptableTableViewCol[];
Property Value

AdaptableTableViewCol[]

filters

TypeScript
filters?: {
        grid?: string;
        columns?: string[];
    };
Property Value

{ grid?: string; columns?: string[]; }

pivotColumns

Just for type checking. Type: never

TypeScript
pivotColumns?: never;
Property Value

never