Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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 
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #datatable #width #column
ADD COMMENT
Topic
Name
3+8 =