Filter-column strange behaviour on chrome
See original GitHub issueI noted a strange behaviour of filter-column option on google chrome, not in firefox.
I have a table which use filter column. In chrome the input filter do not works correctly, while in firefox it works!
Here a video which explain the behaviour:
My code is:
<div style="overflow-x:auto;">
<table id="segnalazioni" class="table-hover" data-toggle="table" data-filter-control="true"
data-show-search-clear-button="true"
data-url="./tables/griglia_segnalazioni.php?r=&f=&from=&to=&m="
data-show-export="true" data-search="true" data-click-to-select="true" data-pagination="true"
data-sidePagination="true" data-show-refresh="true" data-show-toggle="true" data-show-columns="true" data-toolbar="#toolbar">
<thead>
<tr>
<th data-field="state" data-checkbox="true"></th>
<th data-field="id" data-sortable="true" data-formatter="nameFormatterEdit" data-visible="true" data-filter-control="input">Dettagli</th>
<th data-field="in_lavorazione" data-sortable="true" data-formatter="nameFormatter" data-visible="true" data-filter-control="select">Stato</th>
<th data-field="rischio" data-sortable="true" data-formatter="nameFormatterRischio" data-visible="true">Persone<br>a rischio</th>
<th data-field="criticita" data-sortable="true" data-visible="true" data-filter-control="select">Tipo<br>criticità</th>
<th data-field="data_ora" data-sortable="true" data-visible="true">Data e ora</th>
<th data-field="descrizione" data-sortable="true" data-visible="true">Descrizione</th>
<th data-field="nome_munic" data-sortable="true" data-visible="true" data-filter-control="select">Municipio</th>
<th data-field="localizzazione" data-sortable="true" data-visible="true" data-filter-control="input" >Civico</th>
<th data-field="id2" data-sortable="false" data-formatter="nameFormatterMappa1" data-visible="true" Anteprima<br>mappa</th>
<th data-field="note" data-sortable="false" data-visible="true" >Note</th>
<th data-field="id_evento" data-sortable="true" data-visible="true" data-filter-control="select">Id<br>evento</th>
<th data-field="tipo_evento" data-sortable="true" data-visible="true" data-filter-cntrol="select">Tipo<br>evento</th>
</tr>
</thead>
</table>
</div>
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (1 by maintainers)
Top Results From Across the Web
Strange behavior of the "column-count" property in Chrome
As a result, there was a strange behavior when rendering, for some reason a large indent appeared after the block of columns.
Read more >Strange behavior all of the sudden with Chrome and browsers
Strange behavior all of the sudden with Chrome and browsers ... Chrome sometimes will flash an error that I believe says Connection, ...
Read more >Strange width behaviour in UI for ASP.NET AJAX - Telerik
Hi, My grid have a strange behaviour on the first load (Check the Image). When I click on edit or I just sort...
Read more >42064 - Bilinear filtering optimized SIMD - chromium - Monorail
I implemented a FilterColumns that does fixed scale factor box filtering in SSE2 and got a 10x performance improvement over x86 assembly. I'd...
Read more >Google Chrome with strange behavior - Ask Ubuntu
It might be that the newer version of Chrome simply does not like your GPU. I have had issues similar to yours and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@rmarzocchi84 Thank you for the feedback. Your current Issue has been fixed in #4965 (Example). It will be fixed in the next version (1.16.1).
Sorry @UtechtDustin, I have finally solved using version 1.16.0 and clearing the browser cache and now it works also on the complete page.
There is an other problem if I use font awasome symbol in the column and
data-filter-control="select"
You can see the problem here: https://gishosting.gter.it/test_table/pages/elenco_segnalazioni.phpI do not know if it is better to close this issue and open a different issue