You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying multiple filters using the TreeTable ref at once, only the last filter is applied. I think this is an issue with the internal filter state.
constapplyDoubleFilter=()=>{ref.current.filter('applications','name','equals');ref.current.filter('100kb','size','equals');// Only this one is applied};
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Dec 2, 2024
Describe the bug
When applying multiple filters using the TreeTable ref at once, only the last filter is applied. I think this is an issue with the internal filter state.
Reproducer
https://stackblitz.com/edit/h16dsr-1yzdy5
System Information
Steps to reproduce the behavior
Expected behavior
All filters are applied.
The text was updated successfully, but these errors were encountered: