Skip to content

Equal width of columns in a table #491

@amanokerim

Description

@amanokerim

In browsers, the width of the table columns is proportional to the content inside. I am using the 1.1.1 version of this package and have this situation:
image of a table with equal column width

HTML for table above:

<table border="1" cellpadding="1" cellspacing="1" style="width:500px"> <body> 
<tr> 
<td> </td> <td><strong>Дашогузский велаят</strong></td><td> </td> 
</tr> 
<tr> 
<td>1</td> <td>Управление здравоохранения Дашогузского велаята</td> <td>2-55-67, 2-40-76</td> 
</tr> 
<tr> 
<td>2</td> <td>Акдепинская этрапская больница</td> <td>8-00-344-30-0-32, 32-2-56, 32-1-38</td> 
</tr> 
<tr> 
<td>3</td> <td>Болдумсазская этрапская больница</td> <td>8-00-346-31-2-63, 31-1-29, 31-7-02</td> 
</tr> 
<tr> 
<td>4</td> <td>Губадагская этрапская больница</td> <td>8-00-345-31-5-03, 32-0-13, 31-4-30, 30-2-94</td> 
</tr>
</table>

Is there any way to shrink the first column for a nicer look?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions