Top "Handsontable" questions

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

Handsontable dropdowns with multiple selections

I am trying to extend the handsontable plugin to support multiple selections in its dropdown list. I have already tried …

javascript angularjs drop-down-menu multi-select handsontable
Anyway to filter rows with Handsontable?

I'm currently trying to add a search filter on a column in handsontable. I can use the callback of the …

handsontable
Handsontable - getSelected not working

I'm using handsontable to create some excel-like spreadsheets and I need to retrieve the data selected by the user to …

javascript excel getselection handsontable
Not able to delete rows using HandsOnTable

I am not able to remove rows with the latest version. I am using version 0.9.9. This is what I do: …

jquery handsontable
Conditionally highlight row in handsontable based on a cell value

I have several rows of data. One of the columns is an error flag. If the error flag is true, …

jquery handsontable
How to change header background color and font color in Handsontable

Questions: I'm able to change background color of cells but not of the header. Can I change the background color …

handsontable
Handsontable Replace autocomplete values with key before posting

I am using HandsOnTable to make editing database tables more interactive on my site. HandsOnTable fulfils nearly all my requirements …

javascript jquery json handsontable
Update handsontable by editing table and/or eventReactive

I am using the rhandsontable package in a Shiny app which should have the following functionality: the data used in …

r shiny handsontable
Dynamically resizing a container containing a Handsontable

This is the HTML I got: <div class="preview-content"> <h1 class="preview-content-header">Vorschau - Notiz1.txt &…

javascript jquery html css handsontable
Ruby on Rails: send javascript array of arrays to ruby controller

I would like to send a javascript array of arrays to my ruby controller. I am a bit lost. My …

ruby-on-rails json handsontable