X - Symbol in Filter missing
X - Symbol in Filter missing
tengels
Posts: 15Questions: 4Answers: 0
Hi,
after I updated to DataTables 1.10 from 1.9.1 the X-symbol in the Filter field is missing. The Filtering works fine but theres no possibility to reset the Filter.
In 1.9.1 i used a trashbox that i combined with the input field. In 1.10 this is not nessessary any more because of the implemented "X" . But its not there :-)
Kind regards
Thomas Engels
This discussion has been closed.
Answers
1.10 uses
<input type="search">
for the filtering input. The exact implementation of that is dependant on the browser and host operating system you are using. It isn't a feature of DataTables as such.Allan
Okay...mystery
Example here https://datatables.net/examples/advanced_init/column_render.html it is:
<input type="search" class="" aria-controls="example">
Example of me it is :
<input type="search" class="" aria-controls="DataTable_KreditorOposVerrechnungRechnungen">
only the name of the aria-controle is different.
Browser: Both same (Google Chrome, same Version)
In Datatables Example it works.. Here it does not.
Just found out it depends on twitters bootstrap. It removes The X . Damn :-) Thank you