Select2 column width too small
Select2 column width too small
DDGLOBAL
Posts: 2Questions: 2Answers: 0
the select list width is too narrow. How to make it bigger?
This discussion has been closed.
Answers
Hi @DDGLOBAL ,
As Select2 is an external library, DataTables doesn't know about the size of the dropdown. You could try fixing it with
columns.width
, or see ifcolumns.adjust()
fixes it.Cheers,
Colin