@revolist/revogrid / ColSource
Type Alias: ColSource
ts
type ColSource: {
headers: string[][];
props: any[];
};
Type declaration
Name | Type | Defined in |
---|---|---|
headers | string [][] | src/plugins/export/types.ts:4 |
props | any [] | src/plugins/export/types.ts:5 |