Skip to content

Allow access to header.content #205

@PenguRinPrivate

Description

@PenguRinPrivate
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions