Our blazing fast Grid component built with pure JavaScript


Post by Stormseeker »

It looks like in BryntumGrid.vue and BryntumGridBase.vue the columns prop changed from:
"@bryntum/grid-vue": "5.2.10"

columns                       : { type : [ColumnStore, Array, Object], default : undefined },

to
"@bryntum/grid-vue": "5.3.0"

columns                       : { type : [ColumnStore, Object], default : undefined },

and now it's throwing an error in the console because the columns prop is an Array of Objects. Was this change on purpose?

console_error.jpg
console_error.jpg (64.57 KiB) Viewed 136 times

Post by marcio »

Hey Stormseeker,

Thanks for the report, I created a ticket to fix that - https://github.com/bryntum/support/issues/6314

Best regards,
Márcio


Post Reply