Filter-control is broken while using the cookie extension.
See original GitHub issueThe 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:
- Created 3 years ago
- Comments:12 (3 by maintainers)
Top 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 >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
@djhvscf @wenzhixin does it make sense to add a “selectFormatter” ? As example the column data contains
0
or1
, in the table should be displayedi.o.
for0
andfault
for1
. Thei.o.
andfault
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 bei.o.
andfault
visible.@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