Skip to content

docx table: set columns width seems not work #6015

@aborruso

Description

@aborruso

Discussed in #6006

Originally posted by aborruso June 22, 2023

Description

Hi,
when I render this qmd, the columns width it not the one I have set. How to force it to be 50,30,20?

I'm using quarto 1.4.43 in Debian 11.

---
title: "UV2"
format:
  docx:
    toc: false
    number-sections: false
    highlight-style: github
    tbl-colwidths: [50,30,20]
---

# test


| Question | Reply | Note |
| --- | --- | --- |
|aMagna sint duis proident do. Laboris Lorem exercitation consectetur quis|a|b|
|aMagna sint duis proident do. Laboris Lorem exercitation consectetur quis|a|b|

image

Metadata

Metadata

Assignees

Labels

docxIssues with the docx formatpandoctablesIssues with Tables including the gt integrationtriaged-toIssues that were not self-assigned, signals that an issue was assigned to someone.upstreamBug is in upstream library

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions