table filter super slow
See original GitHub issueDescribe the bug
Filtering on a b-table
with 800 or so rows is super slow, takes many seconds. No custom formatters or anything.
Expected behavior
Should be near instant.
Versions
Libraries:
- BootstrapVue: 2.0.3
Environment:
- OS: Windows 10
- Browser: Chrome
Demo link
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Excel auto-filtering is slow response - Microsoft Q&A
Turn off your automatic calculations when filtering. Go to Formulas>Calculation>Calculation Options, then select Manual. More information, you ...
Read more >slow filtering on table | MrExcel Message Board
Hello Niall, I have similar problems with slow filtering in a table (100cols x 2000 rows). The calculation is fast enough when changing...
Read more >Excel filtering very slow - Super User
A few days ago filtering in this sheet has started to become very slow. It takes around 5 seconds to filter any column...
Read more >Filter Performance is very slow what can I do? - WordPress.org
Please open plugin settings page tab Addons and turn on Additional Tables addon. Save settings. This will create lookup tables for faster filtering....
Read more >Using "Format as table" to filter rows is slow - excel
The problem is it is very slow if I use it this way, I select a section from the slicer, or filter, and...
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
Yes, the performance is much improved. Thank you for following up on this!
Adding a debounce using the
filter-debounce
prop and adding aper-page
of 100~ should greatly improve the user experience