Bug with filtering data
See original GitHub issueI’m submitting a … (check one with “x”)
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here
Current behavior
Filtering data shows total count >0 but no rows are displayed.
Expected behavior
See filtered data.
Reproduction of the problem
In the demos, on basic => filtering. Go to page offset >3 type el in search. Footer shows 15 total entries but no entries are shown.
What is the motivation / use case for changing the behavior?
User can search to filter data from any page offset and table should display filtered data properly.
Please tell us about your environment:
VS code
- Table version: 0.7.x
6.1.2
- Angular version: 2.0.x
2.4.7
- Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
all
- Language: [all | TypeScript X.X | ES6/7 | ES5] all
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Bug on filtering and sorting - Data Service
If I tried to sort them by any of the fields or search, it will only filter or sort the records I'm currently...
Read more >Issue / Bug filtering One-to-many relationship
Hello, I'm playing with Dataverse and filtering data. For my sample, I have two Entities : Project Member They are linked each other...
Read more >bug in Filter visuals - Microsoft Power BI Community
1. Open the Filters pane. Ensure you do not have any filters accidentally selected that are causing the problem. If this doesn't work,...
Read more >Bug in table filtering - App Building - Retool Forum
Our engineers are currently looking into the indexing of selected rows through filters, I'll post an update here when we have a fix....
Read more >Bug when filtering a live Server data source by parameter in ...
For whatever reason, Tableau refuses to recognize parameters when I try to conditionally filter one of the columns in this Server data source...
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
PR: https://github.com/swimlane/ngx-datatable/pull/516 should resolve this issue
@deeg I agree with your deductions and direction. Emitting input change event is a good approach. To figure if input change is because of filtering or fetching more items would be tricky but that would be a true solution.