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

1117 questions
0
votes
2 answers

how to get td in handsontable

i have a handsontable like below var $container = $("#example1"); $container.handsontable({ //data: data1, rowHeaders:true, colHeaders: ["", "Com", "Form", "Size",…
user1912935
  • 361
  • 4
  • 13
  • 34
0
votes
1 answer

Handsontable : prepopulate columns

I want to do a something similar to http://handsontable.com/demo/prepopulate.html excepted that I want to pre-populate columns and not rows. I undertstand that I have to use a function to define the default rendering. However, it only seems to work…
Tristram Gräbener
  • 9,601
  • 3
  • 34
  • 50
0
votes
1 answer

How to save newly added columns of handsontable jquery plugin into database table?

I am using handsontable jquery plugin. It has a feature for adding new columns. Now my problem is when the new column is added how am i going to save it into the database?. Because table has fixed columns. Any suggestions ??
BigJ
  • 31
  • 4
0
votes
1 answer

Custom plugin for handsontable with callback

I have a specific requirement for remove row in handsontable grid. I want to use RemoveRow plugin. but I needed a callback function after removing the row, Is there are any way to do this. I am open to do necessary changes in plugin (which i feel is…
kuldeep.kamboj
  • 2,566
  • 3
  • 26
  • 63
0
votes
1 answer

Save JQuery Handsontable to an excel file on server

Im looking for a solution in which you can save data entered using this jquery plugin http://handsontable.com/ to a file on the server. Simply put they type in some data, click a save button and the file is written to a specified folder on the…
user1625199
  • 1
  • 1
  • 2
0
votes
2 answers

Bootstrap typeahead, Handsontable: using complex object/hash

I am using JQuery HandsonTable. It uses twitter bootstrap typeahead 2.0 which supports data-source as an array for auto-complete, ["BMW", "Chrysler", "Nissan", "Suzuki"] My requirement is to pass it a hash instead of array. [{value:1, name:"BMW"},…
Dipendra Singh
  • 542
  • 1
  • 6
  • 23
0
votes
2 answers

Knowing which column is being updated

I am trying to get handsontable to give me which column is being updated, but have not been able to find a proper solution. I understand they are using a textarea to get the input and then putting the values into a table, but I just cannot figure…
user1410270
  • 353
  • 3
  • 13
0
votes
2 answers

Javascript function fails to return element

So I'm working with the Handsontable jQuery plugin for a project at the moment, and I've written some custom functions to work with it. The function I'm currently having trouble with is one I've written to return the currently selected cell(when…
Jordan Foreman
  • 3,848
  • 7
  • 40
  • 65
0
votes
2 answers

jquery + handsontable: has no method 'on'

I'm getting this error: uncaught TypeError: Object [object Object] has no method 'on' at jquery.handsontable.js:2258 I've got something setup that looks like this: