How do I make columns of equal width in ? I am dynamically changing the number of columns. Today I have 13 columns. Tomorrow it will be ra 3条回答 粉色の甜心 (楼主) 2020-12-05 09:43 I think that this will do the trick: table{ table-layout: fixed; width: 300px; } 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
? I am dynamically changing the number of columns. Today I have 13 columns. Tomorrow it will be ra 3条回答 粉色の甜心 (楼主) 2020-12-05 09:43 I think that this will do the trick: table{ table-layout: fixed; width: 300px; } 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
I am dynamically changing the number of columns. Today I have 13 columns. Tomorrow it will be ra
I think that this will do the trick:
table{ table-layout: fixed; width: 300px; }