I am using react-select in my project,
I want to show react-select in a second column of the table. Whenever I made the position as sticky for second column, the dropdown values are getting overlapped by the below select element
I want a table where we first column is checkbox without header, and in second column we need to have react-select without header only, both the columns are sticky, remaining columns need to scroll only.
the dropdown menu should open above over any element
1