filtering doesn't filter subRows data
See original GitHub issueUsing v6?
No
Using v7?
Yes - react-table@7.0.0-beta.14
Describe the bug Filtering is not working on subRows.
To Reproduce Sample codesandbox here: https://codesandbox.io/s/condescending-fog-jfo6o
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top Results From Across the Web
Filter data in a range or table - Microsoft Support
Filter a range of data ... Select Data > Filter. ... Select Text Filters or Number Filters, and then select a comparison, like...
Read more >filtering doesn't filter subRows data · Issue #1673 - GitHub
It's important to know that if a row is filtered out, then all of its sub rows will be as well.
Read more >Excel filter not working after certain row - YouTube
00:00 Filter missing rows00:30 Reason it is missing- your filter set up01:08 Correct way to set up filter01:24 Quick way to correct where ......
Read more >Excel filter not working after a certain row - AuditExcel
You have switched on your data filter and tried to use it but you find that the Excel filter is not working after...
Read more >Filtering Rows and Columns - Oracle Help Center
You can filter rows and columns to select which rows or columns to display in the form. Filters can keep or exclude members...
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 Free
Top 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
Most likely the problem is that you use useExpanded and you need useGroupBycheck in the examples how filtering works in groups and expanded in general it’s strange that it works differently, I would even say most likely this is an error that still remains. As I understand it, the combination of useExpanded and useFilters is just rare, but still I have seen several articles on this topic.
I am having the same problem, I would like to see subRows filtered and expanded from the right place. Any implementation ideas?