Describe the bug
The Global Filter does not filter on data subrows out-of-the-box.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Global Filter, also filters on the subrows of data default out-of-the-box without any custom filtering needed.
Codesandbox!
codesandbox
Desktop:
As far as I know this is working now in your codesandbox with the latest version. Thanks
@tannerlinsley Was this behavior recently corrected? I’m seeing sub-rows failing to global filter using rc16, agnostic of the useExpanded plugin.
To my knowledge yes. But it could be a regression we haven’t tested for.
On Mar 6, 2020, 5:19 PM -0700, Noah Benham notifications@github.com, wrote:
@tannerlinsley Was this behavior recently corrected? I’m seeing sub-rows failing to global filter using rc16, agnostic of the useExpanded plugin.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
@tannerlinsley I'm not seeing this working in my codesandbox.
Steps to reproduce:
@arnoBruynseels useFilters and useGlobalFilter only filter subRows of rows which match the filter first, you can flatten rows to avoid this, FYI , I wrote a filter wrapper
@uqix Would you be so kind to provide a codesandbox example?
Nevermind, I see how it works now, thanks for the information!
@tannerlinsley Any update on this? Not working as far as I can see (with latest version) in the provided sandbox. @uqix is right, the filter works only if parent rows match too. If the solution is using flatRows with manual global filter, a CodeSandbox would be cool!
Most helpful comment
@tannerlinsley Any update on this? Not working as far as I can see (with latest version) in the provided sandbox. @uqix is right, the filter works only if parent rows match too. If the solution is using flatRows with manual global filter, a CodeSandbox would be cool!