Skip to content

table colgroup col width #1182

@slowkow

Description

@slowkow

I made a table in a file vignettes/examples.Rmd. I'm not happy with the width of the columns.

Specifically, the first column is set to 20% but I would like it to be 25%.

<table class="table">
<colgroup>
<col width="20%">
<col width="16%">
<col width="64%">
</colgroup>

Questions:

  1. How are these percentages calculated?
  2. How can I override the defaults with my own preferences?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions