Answers for "setting column width data table"

0

datatable width column

table.display {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed;         // add this 
  word-wrap:break-word;        // add this 
}
Posted by: Guest on February-10-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language