我有一个table
短标题但长单元格 ( td
)。是否可以将列宽度设置为 title 的最小宽度?
例子:
<table>
<tr>
<th>Name</th>
<th>phone</th>
</tr>
<tr>
<td>Santa</td>
<td>20938570987098709870298349082456</td>
</tr>
</table>
因此,“电话”列应显示“20.....”
可能吗?