Show/hide column in handsontable

Tags: #<Tag:0x00007f8b19979270>

Thanks aleksandra.
whihc version of npm and nodejs is required to make it working.
i am trying with my application and i have npm version 5.5.1 and nodeversion:8.9.3 and when i am including
HotTableModule in NgModule imports , maven build is getting failed.
@NgModule({
declarations: [

TransactionSheetComponent

],
imports: [

HotTableModule

],

I have an older version of npm (5.3.0) and node (8.5.0) and it works fine.

Maybe you can send your app zipped? I’ll test it on my local environment

handsontable CE version is working good with current setup of my prjtec but PRO version is not working :frowning:
is there any way to achieve filters functionality in CE version

Sorry, but Filters are a part of Handsontable PRO.

I can send you a zipped project that works. Would that be a good option for you?

Thanks Alex, Please send it. I will see where i am missing.
Regards,
Rizwan

OK. Give me a moment. I’ll do it all from a scratch. Maybe I’ll find the same case as you did.

OK, here’s the file https://we.tl/wfjqwEO1nV

USe npm i before you run it.

hi alex,
getiing 404 error while accessing link. its saying page is down.

Hm… that is strange. Can I send it to you (ziped) to the email address? As an admin I can see email addresses used to created an account here on forum.

I’ve send you an email with the file @rizwanullah.rizwi
I’ll hope that it won’t end up in your spam directory.

Sure, I’ve just send the demo. Please edit your last comment. I don’t want you to get any spam from web crawlers.

Exactly same issue i am also getting, is there any solution till now for same:

I want evalute Handsontable-pro. I want testing trial version and verify compatibility with my angular 4 project. I followed the guide for angular wrapper ( https://github.com/handsontable/angular-handsontable) but when i try to start my project I get follow errors:
C:/myProject/node_modules/@handsontable-pro/angular/handsontable-pro-angular.d.ts, found version 4, expected 3, resolving symbol AppModule.

I have follow packege.json:
“dependencies”: {
@angular/animations”: “^4.4.6”,
@angular/common”: “^4.2.4”,
@angular/compiler”: “^4.2.4”,
@angular/core”: “^4.2.4”,
@angular/forms”: “^4.2.4”,
@angular/http”: “^4.2.4”,
@angular/platform-browser”: “^4.2.4”,
@angular/platform-browser-dynamic”: “^4.2.4”,
@angular/router”: “^4.2.4”,
@handsontable-pro/angular”: “^1.0.0-beta4”,
@ngx-translate/core”: “^9.1.1”,
@types/jquery”: “^3.3.0”,
“angular-handsontable”: “^1.0.0-beta3”,
“classlist.js”: “^1.1.20150312”,
“core-js”: “^2.4.1”,
“font-awesome”: “^4.7.0”,
“handsontable-pro”: “^1.15.1”,
“jquery”: “^3.3.1”,
“primeng”: “^4.3.0”,
“rxjs”: “^5.4.2”,
“typescript”: “^2.4.2”,
“web-animations-js”: “^2.3.1”,
“zone.js”: “^0.8.14”
},
“devDependencies”: {
@angular/cli”: “1.4.9”,
@angular/compiler-cli”: “^4.2.4”,
@angular/language-service”: “^4.2.4”,
@types/jasmine”: “~2.5.53”,
@types/jasminewd2”: “~2.0.2”,
@types/node”: “~6.0.60”,
“codelyzer”: “~3.2.0”,
“jasmine-core”: “~2.6.2”,
“jasmine-spec-reporter”: “~4.1.0”,
“karma”: “~1.7.0”,
“karma-chrome-launcher”: “~2.1.1”,
“karma-cli”: “~1.0.1”,
“karma-coverage-istanbul-reporter”: “^1.2.1”,
“karma-jasmine”: “~1.1.0”,
“karma-jasmine-html-reporter”: “^0.2.2”,
“protractor”: “~5.1.2”,
“ts-node”: “~3.2.0”,
“tslint”: “~5.7.0”
}

.How to resolve it???
Thanks for reply.

The only option would be to update to Angular 5 as currently we do not support Handsonbtable PRO + Angular 4.