Replies: 1 comment
-
Hi there, it looks like you have two questions?
Feel free to post a codesandbox or stackblitz if you want to share more detail. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I’m implementing a table using react-aria-components and I’m having trouble understanding the best way to implement per-column filtering. My main concern is where to place the filtering logic properly.
Each Column has event handlers, such as sorting on press, and I also have a SearchField inside it. Currently, I’m wrapping the SearchField in a div with stopPropagation, which works but doesn’t feel like the ideal approach.
Has anyone encountered a similar issue and found a better solution? I’d love to hear your thoughts!
This is the design i have:

Beta Was this translation helpful? Give feedback.
All reactions