ngHandsontable icon indicating copy to clipboard operation
ngHandsontable copied to clipboard

Official AngularJS directive for Handsontable

Results 32 ngHandsontable issues
Sort by recently updated
recently updated
newest added

After upgrading to latest version. When right clicking on the grid to show the context menu, i am getting this error: ![image](https://user-images.githubusercontent.com/46880667/94818850-303f9200-041c-11eb-9426-0a77a59feecf.png)

Bug

Updated breaking changes to Handsontable 0.34+ as mentioned in https://github.com/handsontable/ngHandsontable/issues/219#issuecomment-334266247. Removed irrelevant tests due to Copy/Paste refactoring in Handsontable 0.33+

To review

@jnjagtap commented on [Mon Jul 02 2018](https://github.com/handsontable/angular-handsontable/issues/106) how to add comment column to table a and previous comments should remain unchanged .in angularjs using handsontable --- @AMBudnik commented on [Mon...

Because the package.json has no entry for `main`, it cannot be loaded by tools like webpack. Fix ng-handsontable not being able to be imported in webpack. Please merge and publish...

The documentation examples give an error from JS Bin. I'm guessing they changed their API for embedding fiddles and now to embed an https link you need a pro account....

Answered

Can you please add support for es6 style import statement. doing: `import ngHandsonTable from "ng-handsontable";` results in an error: > Cannot find module "ng-handsontable"

Enhancement

ngHandsontable is currently bound to handsontable v.`0.28.0`. It would be great if the dependency could be updated to the latest handsontable version. There have been some important bug fixes, which...

Is there a directive for `` element?

- **Steps to Reproduce** 1. Open http://jsfiddle.net/ekevoo/93n95uhg/ 2. Scroll the non-dialog table. It works fine. 3. Click the "Dialog Test" button. 4. Scroll the dialog table. - **Expected Result** -...

Bug