pluto_grid icon indicating copy to clipboard operation
pluto_grid copied to clipboard

Support multiline text in column

Open FelixYew opened this issue 2 years ago • 2 comments

Please add support for multiline text in column.

FelixYew avatar Mar 11 '22 08:03 FelixYew

@FelixYew

multiline is to display multiple lines of text in one cell?

There is currently no function, but you can implement it using column 's renderer .

There is a reference link below, you can see the source by clicking the source code link.

Just implement the renderer callback function.

https://weblaze.dev/pluto_grid/build/web/#feature/cell-renderer

bosskmk avatar Mar 18 '22 04:03 bosskmk

displaying with a renderer is a nice workaround. the question is how to support editing multiline text?

uditrugman avatar May 08 '22 07:05 uditrugman

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Aug 19 '22 11:08 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Sep 02 '22 11:09 github-actions[bot]

Do we have a resolution for this issue?

ganapathyp avatar Feb 10 '23 17:02 ganapathyp