close

解決dataTable欄位太多導致超出頁面寬度的方法:

自訂table CSS如下

table{
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed; // ***********add this
  word-wrap:break-word; // ***********and this
}

--

參考自 https://stackoverflow.com/questions/56813802/fixed-column-width

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 dizzy03 的頭像
    dizzy03

    碎碎念

    dizzy03 發表在 痞客邦 留言(0) 人氣()