Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Table column width ratios #191

Open
iegik opened this issue Apr 21, 2020 · 2 comments
Open

Feature request: Table column width ratios #191

iegik opened this issue Apr 21, 2020 · 2 comments

Comments

@iegik
Copy link

iegik commented Apr 21, 2020

A long time ago in a galaxy far, far away...

Ref: markedjs/marked#266

@Gazook89
Copy link

Gazook89 commented Sep 8, 2021

Possible syntax could be:

| Header 1   | Header 2 |  Header 3 |
|:---80px----|:---70%---|:----------|
|            |          |           |

Where blank head/body dividers are left to their default/current behavior, and anything else explicitly sets a column width depending on unit (px, %, em, rem, fr, etc....).

@iegik
Copy link
Author

iegik commented Sep 9, 2021

Here is my overdose 🤓 - To control max/min width could be like that:

| Header 1   | Header 2 |  Header 3 |
|:80px-------|:------70%|:----------|
|            |          |           |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants