bootstrap-table: Filter-control extension is broken
The 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).
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 18 (2 by maintainers)
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.