question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Filter-control extension is broken

See original GitHub issue

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).

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:18 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
zerox1212commented, Jul 18, 2017

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.

0reactions
zhaooucommented, Nov 10, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found