How to Increase the width of html drop-down which are in Jquery Data table
How to Increase the width of html drop-down which are in Jquery Data table
beginner_2018
Posts: 46Questions: 19Answers: 0
Dear All,
I am able to reduce the width of input filter drop-downs of columns with below css
tblsuperstore select
{
width:60px !important;
}
But I am unable to increase the width of html drop downs which are inside the Jquery Data with below css .
Can any one please help me for what reason I am unable to make it
hello{
width:250px;
}
This discussion has been closed.
Answers
If you give us a link to a test case showing the issue I can take a look.
Allan
Please find the below fiddle
https://jsfiddle.net/spspecalist87/heoo51pu/39/
I don't really understand this:
So the
select
inside#hello
should have width:250px, but I don't see an id element. I don't really understand what the code where an id attribute of id is doing or where it should be added.Allan