ng2-handsontable
ng2-handsontable copied to clipboard
Angular 2 directive for Handsontable
I am passing below options, i want to create a nested header with colspan like https://jsfiddle.net/api/post/library/pure/ Kindly help. this.options = { className: 'calender', allowInsertColumn: false, allowInsertRow: false, maxRows: 2, editor:...
How do I use with the pro version? Thanks
I'm encountering the same issue AND workaround as described in the following Stack link: https://stackoverflow.com/questions/44566898/zoneawarepromise-overwritten-when-adding-handsontable-to-angular-cli-scripts I have yet to identify an actual solution to this issue, as simply moving the...
Using the beforeKeyDown event for deactivating the key movement in the table, does not work. The beforeKeyDown emitter returns an array of keyEvents. When trying to call stopImmediatePropagation on the...
The problem is that the event is thrown after deleting a row, since this event does not return the information of the row that is deleted. This is exactly what...
Hello, It is very great effort to integrate handsontable with angular. I was just looking to integrate select 2 / chosen since couple of days but i was unable to...
I am trying to get the core instance of my Hot-Table under An angular2 project in order to be able to call relevant methods provided by HandsOnTable. Is that a...
Hello guys, Someone could tell me if there is function that resets a single cell? I couldn't find any. The problem is that I have a column that only accepts...
Hello help me , i need know how get value of cell using ng2-handsontable , Thank's
I want to contribute to the project. I downloaded the repo from Github and I can't get it working, so it would be much easier if there is a guide...