Text in multi-line but want on one line
Text in multi-line but want on one line
Damoon281
Posts: 4Questions: 2Answers: 0
Hi,
On my datatables, I have the text that appears in multi-line but I would like the text to be a single line without return.
Can you help me ?
Thanks
This discussion has been closed.
Answers
I found
table.dataTable td,table.dataTable th {
padding: 3px 10px;
width: 1px;
white-space: nowrap;
}