Currently, when text the text of a cell in React Data Grid becomes too long, it gets truncated and an elipsis is shown. We would like a method to display the full amount of text in a cell if the text is too long.
This could be from either exapanding the height and width of the cell to show the entire content. Or displaying that content in a modal.


Requirements:
render method of https://github.com/adazzle/react-data-grid/blob/master/src/Cell.js such that it renders an ExpandIcon React component if the text is truncated.Bonus Points:
Add one of more tests in https://github.com/adazzle/react-data-grid/blob/master/src/Cell.js or on your new component to verify the new functionality
+1
I wanna know whether the react-data-grid support Cell Expand functionality now
What is the solution for such use cases.
Any update on this? Feels like its a must have for such a library
Any update?
Most helpful comment
I wanna know whether the react-data-grid support Cell Expand functionality now