Our blazing fast Grid component built with pure JavaScript


Post by henrique »

Hi!

I'm reading the documentation about the column, but the documentation is different from the TS file definition.

In the definition exists the fields configuration with these names: "children", "expanded", "id", "orderedParentIndex", "parentId" and "parentIndex", but in the documentation this fields don't exist.

Is it possible to check the TS definition or the documentation to synchronise this information?


Post by marcio »

Hey henrique,

Thanks for reaching out.

I checked and if you see in the TS definition, Column extends Model, and if you check Model definition, you'll have expanded property. And you also have in the docs https://bryntum.com/products/grid/docs/api/Grid/column/Column#field-expanded and you see that there is in the right side the Model inheritance.

Best regards,
Márcio


Post by henrique »

Nice!

But the another properties, can be used in the column?


Post by ghulam.ghous »

Hi henrique,

If I get it right, you are asking that whether these properties can be used in column (like expanded) then yes these properties can be used in the column.

Regards,
Ghous


Post by henrique »

Thanks for the reply!


Post Reply