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 is broken while using the cookie extension.

See original GitHub issue

The Cookie extension has some issues. On the following example i use the cookie extension and the filter-control extension. The filter-control is broken (e.g. if you searach for ‘555’ on the VE column the from column will be filtered).

Also the Html in the select is broken (worked in the 15.5).

Example: https://live.bootstrap-table.com/code/UtechtDustin/3304

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
UtechtDustincommented, Jun 10, 2020

@djhvscf @wenzhixin does it make sense to add a “selectFormatter” ? As example the column data contains 0 or 1, in the table should be displayed i.o. for 0 and fault for 1. The i.o. and fault should be displayed with a formatter (bootstrap badge). Now the select contains 0 and 1 or the html (which breaks the select), in the select should be i.o. and fault visible.

1reaction
UtechtDustincommented, Jun 9, 2020

@marceloverdijk This is not a bug, you use a formatter so we also search in the formatted value. To search for the normal value please use the searchFormatter option. Example: https://live.bootstrap-table.com/code/UtechtDustin/3310

Read more comments on GitHub >

github_iconTop Results From Across the Web

bootstrap table: filter control not working - Stack Overflow
Server side I'm using django. I include following css and js: {% load bootstrap4 %} {% bootstrap_css %} {% bootstrap_javascript jquery='full' %} ...
Read more >
FilterControl Class | WinForms Controls
You can use line breaks in regular tooltips. Use the AllowHtmlTextInToolTip property to specify whether to parse HTML tags in the text.
Read more >
bootstrap-table/CHANGELOG.md - UNPKG
52, - **Update(filter-control):** Fixed bug with cookie deletion of none filter cookies. 53, - **Update(filter-control):** Fixed bug when using the `load` ...
Read more >
News - Bootstrap Table
Update(filter-control): Fixed bug while using a select filter and set ... Update(cookie): Fixed switchable column bug with the cookie extension.
Read more >
BT - Bootstrap Table
An extended Bootstrap table with radio, checkbox, sort, pagination, ... feat(extension): add cookie in combination with filter-control and strict search ...
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