DataGridXL2 icon indicating copy to clipboard operation
DataGridXL2 copied to clipboard

Overflow issue when typing in cellEditor (last column)

Open DataGridXL opened this issue 3 years ago • 1 comments

cellEditor expands while typing. This can cause overflow issue when cellEditor node becomes so wide that is messes up viewport/component node.

DataGridXL avatar Feb 02 '22 13:02 DataGridXL

Here's a screenshot:

image

DataGridXL avatar Feb 08 '22 12:02 DataGridXL

Will be fixed in v3;

use Google Sheets as example: image

We will add an extra condition in editor.input event that sets a max width on the editor.

DataGridXL avatar Oct 23 '23 11:10 DataGridXL