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
Hi! I was working with the column feature, specifically the cell inside. Within my cell, I am returning a text component. I would like this text component to have a ref on it, but every time I try to use ref, it comes out as null cell: ref={(node) => (console.log(node)}. I was wondering why this is and if there is another way I would be able to access this ref within the react-data-table component? Thanks so much for your time and help!
The text was updated successfully, but these errors were encountered:
Hi! I was working with the column feature, specifically the cell inside. Within my cell, I am returning a text component. I would like this text component to have a ref on it, but every time I try to use ref, it comes out as null cell: ref={(node) => (console.log(node)}. I was wondering why this is and if there is another way I would be able to access this ref within the react-data-table component? Thanks so much for your time and help!
The text was updated successfully, but these errors were encountered: