Replies: 2 comments 1 reply
-
@niikkiin did you got any solution? |
Beta Was this translation helpful? Give feedback.
1 reply
-
It seems the problem belongs to the react-select, not to react-table. It may be simple CSS trick as well. In any way, if you find any solution, waiting to see it.. |
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
-
Hi! I've been trying to solve this problem since last week and I could really use some help with this one. In this sample codesandbox, my custom react-select filter for a column is not showing it dropdown, it should be on top of the body but instead, it's being cutoff inside the thead. Thanks in advance!
SANDBOX: https://codesandbox.io/s/react-table-custom-filtering-multiple-values-filter-forked-uej3jo?file=/index.js
Another example: https://codesandbox.io/s/react-select-dropdown-not-showing-in-react-table-custom-filter-rnefzh
Beta Was this translation helpful? Give feedback.
All reactions