-
-
Notifications
You must be signed in to change notification settings - Fork 918
Closed
Description
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:
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
Labels
No labels