Page 1 of 1

[VUE 2] grid-vue v5.3.0 wrong columns prop

Posted: Sat Mar 04, 2023 12:49 am
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 227 times

Re: [VUE 2] grid-vue v5.3.0 wrong columns prop

Posted: Mon Mar 06, 2023 8:47 pm
by marcio

Hey Stormseeker,

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