Handsontable has no exported member 'GridSettings'

Tags: #<Tag:0x00007f8b1ad72588>

Hello ,

I’am trying to build a cloned angular app , and i have trouble with handsontable !

error TS2694: Namespace '"C:/Users/d03919/eclipse-workspace/ASTERIA/asteria-ui/src/main/ui/node_modules/handsontable/handsontable"' has no exported member 'GridSettings'.

anyone can help please ?
thanks

Hey @cs_chenna

I do not work with Eclipse but it looks like the error you get

does not relate to the library that you use.

Please check this topic https://github.com/DefinitelyTyped/DefinitelyTyped/issues/23341

thanks for replying , in your link , they updated the version of the module , i’am using handsontable 7.0.0 , it’s not the latest ?

Yes, 7.0.0 is the latest version.

The 7.0.0 was the first license which merged Handsontable CE and Handsontable PRO maybe that is the case. Sorry, when it comes to Eclipse I won’t be able to help much.

why you are talking about eclipse ?
i’am using angular è with CLI command to build the app

Sorry, you’re right. It doesn’t need to be related to this.

I will ask our developer for help but usually they need a demo to replicate the issue. It this case it may take some time to create one.

Nothing special , i’am cloning an app from git, that works on several posts , but doesn’t on mine

And what/how exactly do you clone it? Sorry I misunderstood it in the first comment. I though that you wanted to clone the project via Eclipse UI.

When I use the

git clone https://github.com/handsontable/angular-handsontable.git

(wrapper https://github.com/handsontable/angular-handsontable) it works fine.

It also works for the vanilla https://github.com/handsontable/handsontable.git

I have also tried to build an app with CLI and then used the tutorial below
Angular installation guide for Handsontable to install the wrapper for Handsontable and it loads the table without any errors.

thanks for your replies
Indeed i’am cloning another project that use handstontable , and i have errors
i’m tghinking that is an error due to versions of angular / typescript !