Hi ,
Can anyone share jsfiddle for using jquery handsontable in angular js application.
Hi ,
Can anyone share jsfiddle for using jquery handsontable in angular js application.
Hi @netamitk
AngularJS wrapper uses an old version of Handsontable and it’s not compatible with the PRO version. Although you can use the vanilla code in the AngularJS app to run the PRO. We are not planning to boost the Handsontable supported version for the AngularJS wrapper in the nearest future.
can you share some example how to use that ?
If you decide to use the vanilla code to add PRO you just need to add a div with a class/id that you’ll be able to use to bind the instance of Handsontable.
Here is a working demo http://jsfiddle.net/1oa8582z/
The new Handsontable instance needs a container to run with default settings. To set your custom settings you just add an object with predefined options and your data.
can you share how i can use the same inside angular js controller ?
i wanted to find the table with $scope data
How i can use the getData or getSourceData from angular controller
Hi @netamitk,
Here you can find how to get data from angular
instance: http://jsbin.com/lokabaduce/1/edit?html,js,output