Filter-control extension is broken
See original GitHub issueThe data-filter-control="input"
doesn’t work.
It’s not generating the input field, not even on the official example page. The select
option is working fine. The container for the filter input was generated, but the actual element is missing from it:
<th style="" data-field="name" tabindex="0">
<div class="th-inner ">Item Name</div>
<div class="fht-cell">
<div class="filter-control"></div>
</div>
</th>
I’m using the latest release (1.11.2).
Issue Analytics
- State:
- Created 7 years ago
- Comments:18 (2 by maintainers)
Top Results From Across the Web
Filter-control extension is broken · Issue #5938 · wenzhixin/bootstrap ...
I'm using the latest release (1.19.0). Example(s). https://live.bootstrap-table.com/example/extensions/filter-control.html ...
Read more >bootstrap table: filter control not working - Stack Overflow
With my bootstrap table I want to use the extension Filter Control. Server side I'm using django. I include following css and js:...
Read more >FilterControl Class | WinForms Controls
The FilterControl allows users to build a filter criterion and apply it to the attached control or data ... You can use line...
Read more >Table Filter Control - Bootstrap Table
Table Filter Control extension of Bootstrap Table. ... Defines the delimiter which will be used to split the search values in the option ......
Read more >bootstrap-table - UNPKG
97, - **Update:** Fixed filter control select cannot work more than one table. ... 249, - **Update(cookie extension):** Fixed cookie extension broken bug....
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
This is still an issue. The fixes mentioned in https://github.com/wenzhixin/bootstrap-table/issues/3021 and here have not solved this for me. Example webpage is also still broken.
If anyone else is finding this, make sure to use the file in
../src/
because I found that on the dev branch merges don’t get copied to the../dist/
folder so the min files might not have the latest fixes.Hi, this is still not working for data-filter-control=“input” if you have any data-filter-control after that. Even in the example page https://live.bootstrap-table.com/example/extensions/filter-control.html, the Item Name column doesn’t have filter