Our blazing fast Grid component built with pure JavaScript


Post by Mercury »

Dear Bryntum team,
is it possible to use line breaks when editing cells that are configured with editor : 'textarea' like in your autoheight example?
In your docs it seems like this should be possible with textarea widgets used as editor within columns. However, in the example above line breaks are not possible in the notes-column for example.
Thanks a lot for any hints!


Post by saki »

There is on option described here: https://www.bryntum.com/docs/grid/#Core/widget/TextAreaField%23config-inline Then you can configure the column editor as:

editor : {
    type : 'textarea',
    inline : false
},

Post by Mercury »

Thanks a lot, Saki!


Post Reply