how to set uniform width for all columns?
how to set uniform width for all columns?
xemacs
Posts: 4Questions: 2Answers: 0
I have a very random number of column (depends on the data coming from the database, column number could be 5 or 6 or 11 or other value). Now my problem is I want to set a uniform width for all columns.
columnDefs: [
{ width: 200, targets: 0 }
]
I found this, but requires me to specify each column. Any thoughts?
This discussion has been closed.
Answers
The "columnDefs.targets" documentation is pretty clear: