Questions tagged [handsontable]

Handsontable is a composite spreadsheet component for apps and websites written in JavaScript and HTML.

Handsontable is a composite spreadsheet component for apps and websites written in JavaScript and HTML. Handsontable Community Edition is open sourced and MIT-licensed and there's also Handsontable Pro, a commercial version with extra features. A number of features may be experienced at the examples page.

Website: http://www.handsontable.com

1070 questions
-2
votes
1 answer

Object is not a function (handsontable)

I'm newbie javascript and I have some problem is : Object is not a function. This is my code function getTable(options) { var exampleContainer1 = document.getElementById('example1'); var ht = new Handsontable(exampleContainer1, options); …
-2
votes
2 answers

How to get data from this html tag

I don't know how to assign the keyword that matches my topic. console.log($container.handsontable('getCell', row, 0)); and I got * in return. I want to get the data from a specific…
-2
votes
1 answer

Excel-like plugin to work with Durandal Breeze and Knockout

I need to build an SPA with Durandal Breeze and Knockout, but for data entry I need to show sections similar to excel. I had found a nice plugin Handsontable this in appearance is exactly for me, but I don't know if this plugin is compatible with…
kuskunko
  • 320
  • 5
  • 17
-4
votes
1 answer

How to make program to generate json array?

I need to have more destinationColumn to fit in current development environment. For following example, it shows destinationColumn: 3, 4 and 5. var columnSummary= [ { ranges: [[16, 19]], destinationRow: 20, …
TwCloud
  • 1
  • 1
-4
votes
2 answers

Assessment on SpreadJs and Handsontable.

I am trying to implement dashboard where i need to have HTML 5 spreadsheet ,which will be dynamic in nature, into my webpage/dashboard, i was looking into Spreads and Handsontable. I still need to decide which one i will go with... If some has…
Ravi Ojha
  • 146
  • 13
1 2 3
71
72