close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
54 views

I have configured the afterSelection hook in React HotTable to retrieve the selected area. However, this interferes with the merging of cells, causing it to not work properly. Is there an alternative ...
Score of 0
1 answer
124 views

Think of an excel with 15 rows, in this excel when I select and copy rows 2, 4, 7, 9, 11 and 12, it copies all rows between rows 2 and 12. When I paste it to Handsontable, it pastes it in the same way....
Score of 0
1 answer
181 views

I'm using Handsontable for my first time with React18 (Vite6), and the fisrt thing I recreated was the example they provided in their installation docs. I've noticed this example has the line ...
Score of 0
0 answers
105 views

I'm having an issue with HandsOnTable in Angular where numeric cell values are not being displayed after editing, although the validation and edit events are triggering correctly. I recently migrated ...
Score of 1
1 answer
101 views

I'm trying to create a handsontable table where when I freeze the column it goes to the 0th column position, but when you right click to unfreeze I'd like it to go back to its original location. I've ...
Score of 0
1 answer
347 views

I’m getting an error message when trying to add a new column to the end of my handsontable table Error: Cannot create new column. When data source in an object, you can only have as much columns as ...
Score of 1
1 answer
102 views

I have been working with primefaces, and the sheet component meet most of the requirements that I need to accomplish my work, did some research and added contextual menu and other functions, but my ...
Score of 0
1 answer
70 views

HotTable puts an empty column at the beginning of the spreadsheet when calling the spreadsheet in vue3. Above is the code I'm currently using in Vue3. Handsontable / HotTable loads a file that is in ...
Score of 0
1 answer
69 views

I have here a handsontable and I'm trying to summarize the last column but the formulated cells are not added in the summary. https://jsfiddle.net/q3b1zjcL/1/ var sourceDataObject = [ [1, 2, "=...
Score of 0
1 answer
143 views

I have a data array taken from ajax call as data=[ // all are dynamic values can vary ['Alex', '16', ['2024-01-01,50000', '2024-03-01,20000', '2024-05-01,30000']], ['Bob', '21', ['...
Score of 0
0 answers
92 views

The JavaScript library Handsontable has the 'dropdownMenu' option, which allows displaying an icon in the column headers and opening a dropdown menu with various options. I know this can be achieved ...
Score of 0
1 answer
56 views

I am currently working on a Shiny app where I want to have an input to select parts of an Rhandsontable. My goal is to do the validation and the cleaning of the cell range within the Shiny app and ...
Score of 0
1 answer
102 views

I am currently working on a Shiny app in R that incorporates an rhandsontable element. I would like to add a feature where a user can specify a cell range (e.g., "A1:B2") in a text input ...
Score of 2
1 answer
374 views

I am currently developing a Shiny application and utilizing the rhandsontable package to display a table. Here is the code snippet I am working with: library(shiny) library(rhandsontable) ui <- ...
Score of 0
1 answer
143 views

I'm currently working with Rhandsontable and I'm facing an issue with user cell selection. When a user selects a cell from the last column (say column C) and then presses the right keyboard arrow, the ...

15 30 50 per page
1
2 3 4 5
74