___ ___ erkimt jQuery search field datatable ______ qstntxt ___

I'm using the jQuery Datatable component. In the preview on the computer table with the search field is ok, but when viewing the mobile field exceeds the panel where it is inserted, as can be seen in the image below:

HowcanIresolvethis?

    
_________azszpr308642

Enter in your CSS style one to limit the width of %code% %:

%pre%

The selector %code% handle the default search datatables element. Adjust the value of %code% more or less as does not exceed the panel.

    

___
1

I'm using the jQuery Datatable component. In the preview on the computer table with the search field is ok, but when viewing the mobile field exceeds the panel where it is inserted, as can be seen in the image below:

How can I resolve this?

    
asked by anonymous 20.06.2018 / 00:50

1 answer

1
___ ___ erkimt jQuery search field datatable ______ qstntxt ___

I'm using the jQuery Datatable component. In the preview on the computer table with the search field is ok, but when viewing the mobile field exceeds the panel where it is inserted, as can be seen in the image below:

HowcanIresolvethis?

    
_________azszpr308642

Enter in your CSS style one to limit the width of input %:

input[type="search"]{
    max-width: 80%;
}

The selector input[type="search"] handle the default search datatables element. Adjust the value of 80% more or less as does not exceed the panel.

    
___
21.06.2018 / 03:41