Make Cell Absolute #3508
Unanswered
fahadali503
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question:
In a React application, I'm using the
react-data-grid
library to display tabular data. I have a column in the grid that contains multiple email addresses for each row. When a cell in this column is selected, I want the cell to expand and display all the email addresses vertically, similar to the behavior shown in the reference image. However, I'm encountering issues with the cell positioning, and it either gets hidden behind other cells or doesn't expand as expected.Reference Image:
How can I ensure that the selected cell expands and displays its contents at the top layer, similar to the behavior shown in the reference image?
Below is my column code:
Beta Was this translation helpful? Give feedback.
All reactions