gajus / gajus/table

Allow access to header.content

Open
#205 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
973
Forks
81
PR merge metrics
No merged PRs in 30d

Description

```ts
export declare type HeaderUserConfig = Omit & {
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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.