AdaptableTableView
TypeScript
interface AdaptableTableView extends
Extends
AdaptableBaseView
Properties
Property | Description |
---|---|
columns | The columns to be displayed in the view. |
filters | |
pivotColumns | Just for type checking. Type: never |
Property Details
columns
The columns to be displayed in the view.
TypeScript
columns: AdaptableTableViewCol[];
Property Value
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