-
-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
export declare type HeaderUserConfig = Omit<ColumnUserConfig, 'verticalAlignment' | 'width'> & {
readonly content: string;
};Right now it's on readonly mode if you assign the TableUserConfig to your config file, however, this prevents reusability if you want to change the content only for another table.
Right now I have to either @ts-ignore the config file input if I want to change the content without assigning a type to it or I have to create a completely new config file.
Metadata
Metadata
Assignees
Labels
No labels