Posibility to expand or/and scrolling content inside cell of dash ag-grid table

Hello there, I would like to be able to expand or/and scroll content inside a cell of a dash ag-grid table. In a certain column, let’s call it “note”, maybe there is a lot of text, and it’s hard to see all the text. That’s why I need that. Also, I would like to be able to change the text in that cell if necessary.

P.S. The only one example of scrolling inside a cell I noticed here

Hi @ilnur

You could try the large text cell editor

Also see the text wrapping example here:

1 Like

Hi @AnnMarieW , sorry for being late and thank you for your quick reply! Could you say please which prop will call serverside callback after text editing?

Hi @ilnur

Try cellValueChanged

More info here:

1 Like