Our blazing fast Grid component built with pure JavaScript


Post by henrique »

I need to know if the user can edit the column title? Exists any config for this?


Post by marcio »

Hey henrique,

Yes, you can set the column title using this property https://bryntum.com/products/grid/docs/api/Grid/column/Column#property-text

Like this:

grid.columns.records[0].text = 'new column title'

You can run this piece of code in our example and check it live https://bryntum.com/products/grid/examples/basic/

Best regards,
Márcio


Post by henrique »

Of course. But my question is about the possibility of the user edit the column title, not I am filling the column in the source code.


Post by marcio »

Best regards,
Márcio


Post Reply