React-data-grid: [Idea] Enable Cell Expand functionality

Created on 12 Nov 2015  路  6Comments  路  Source: adazzle/react-data-grid

Enable Cell Expand functionality

Description

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.

Current functionality

image

Desired functionality

image

Requirements:

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

enhancement help wanted

Most helpful comment

I wanna know whether the react-data-grid support Cell Expand functionality now

All 6 comments

+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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

KalKhera picture KalKhera  路  3Comments

Suprit-S-M picture Suprit-S-M  路  4Comments

ryanwtyler picture ryanwtyler  路  3Comments

GenoD picture GenoD  路  3Comments

SupernaviX picture SupernaviX  路  3Comments