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_2018beginner_2018 Posts: 46Questions: 19Answers: 0
edited April 2018 in Free community support

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;
}

Answers

  • allanallan Posts: 61,722Questions: 1Answers: 10,108 Site admin

    If you give us a link to a test case showing the issue I can take a look.

    Allan

  • beginner_2018beginner_2018 Posts: 46Questions: 19Answers: 0
  • allanallan Posts: 61,722Questions: 1Answers: 10,108 Site admin

    I don't really understand this:

    #example #hello select{
       width:250px;
    }
    

    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

This discussion has been closed.