How to Auto resize HTML table cell to fit the text size

前端 未结 3 1572
北海茫月
北海茫月 2020-12-05 06:28

I have a table with 2 rows and variable columns. I tried width = 100% for the column. So the first content in the view will fit. But suppose if i am changing the contents dy

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 07:05

    Well, me also I was struggling with this issue: this is how I solved it: apply table-layout: auto; to the

    element.

    提交回复
    热议问题