Support for custom column width
See original GitHub issueHi It would be nice to add support for custom column width.
like below
doc.autoTable(
[
{ title : "ID", key : "id" , width: 30} ,
{ title : " Name" , key : "name"}
] , data , {});
This way I can define the width of some columns and let the plugin use the rest of the space dynamically
And thanks for the great plugin 👍 😃
Issue Analytics
- State:
- Created 8 years ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
column-width - CSS: Cascading Style Sheets - MDN Web Docs
The column-width CSS property sets the ideal column width in a multi-column layout. The container will have as many columns as can fit ......
Read more >Change the column width and row height - Microsoft Support
Tip: To quickly set the width of a single column, right-click the selected column, click Column Width, type the value that you want,...
Read more >Customizing Column Widths with CSS
The column widths can be adjusted beyond the defaults in the pre-made and Theme Builder themes using the Custom CSS feature. Custom CSS...
Read more >How can I have custom column widths? - GeneratePress
The builder offers columns 33-33-33%, 30-70% width, etc. How could I have 20-80% width containers or something custom?
Read more >Custom Column Widths - WordPress.org
[This thread is closed.] I'm trying to set column widths via CSS. It was going to be added via this support thread: https://wordpress.…...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think those were older configurations. I went throught the releases, and found the proper way now, is:
Hey Simon, the example link is not working. Can you check it.
Thanks for an amazing plugin!