the select list width is too narrow. How to make it bigger?
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 if columns.adjust() fixes it.
columns.width
columns.adjust()
Cheers,
Colin
It looks like you're new here. If you want to get involved, click one of these buttons!
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