Table column sizing

后端 未结 7 539
广开言路
广开言路 2020-11-27 02:33

In Bootstrap 3, I could apply col-sm-xx to the th tags in the thead and resize table columns at will. However this doesn

7条回答
  •  时光说笑
    2020-11-27 03:25

    Another option is to apply flex styling at the table row, and add the col-classes to the table header / table data elements:

    3 columns wide header 5 columns wide header 4 columns wide header
    3 columns wide content 5 columns wide content 4 columns wide content

提交回复
热议问题