X - Symbol in Filter missing

X - Symbol in Filter missing

tengelstengels 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

Answers

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    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

  • tengelstengels Posts: 15Questions: 4Answers: 0
    edited July 2014

    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

This discussion has been closed.