Closed
Description
Hi guys. When I use i18n in the Slickgrid , it's not working when I set enableGridMenu = false and enableColumnPicker after that, I have got some bug. you can see below.
const originalCustomItems = Array.isArray(this._userOriginalGridMenu.customItems) && this._userOriginalGridMenu.customItems || [];
I think when I disable enableGridMenu or enableColumnPicker so that thing will undefined (this._userOriginalGridMenu)
"angular-slickgrid": "^2.9.9",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
Note: It's good work when set enableGridMenu = true and enableColumnPicker=true
Please help me.
Thanks.