handsontable Questions
4
Solved
I am trying to add a custom save button at the end of each row in handsontable.
I am using handsontable package in laravel 4.
The button shows up like this:
<button>Save</button>
Uncovered asked 16/7, 2014 at 7:33
4
Solved
I need to create a function that does some data updates and re-rendering to a rendered instance of handsontalbe (var ht = new Handsontable(el,options)). What I can easily get in my case is el (the ...
Sterculiaceous asked 12/6, 2017 at 11:49
1
Solved
I'm experimenting with extending components in React. I'm trying to extend Handsontable using forwardRef and useImperativeHandle. First I wrap Handsontable in my own BaseTable component, adding som...
Gherkin asked 18/12, 2022 at 9:39
3
We are building a table in Javascript with Handsontable representing currency amounts. We give the user the possibility of render the amounts with two decimal places or no decimal places (it's a re...
Motheaten asked 7/4, 2017 at 8:16
3
HandsonTable is not rendering all rows - it loads only part of all rows. But when I do Ctrl+A and paste into Excel I see all the rows. Why is Handsontable not displaying all the rows?
<hot-tab...
Instrumentation asked 1/3, 2017 at 18:13
2
In a project of mine, I try to display Angular Components (like an Autocomplete Dropdown Search) in a table. Because of the requirements I have (like multi-selecting different cells with ctrl+click...
Sportsmanship asked 15/3, 2018 at 9:42
4
I have handsontable and I want to get data enter on handsontable cell into server side. I have tried to ran below code but data is not in expected format. I was expecting to get the data in pure js...
Duane asked 23/4, 2015 at 23:4
1
Whenever I enter a value in the first cell, then the same value is auto copied to the same name header cell. How can we stop this? I tried to google this issue but didn't found any suitable solutio...
Lawabiding asked 16/12, 2017 at 9:51
3
Solved
In Handsontable, you can use the format option on a numeric cell to format the values accordingly. Since it uses NumeralJS, I looked through the documentation to see how to format a number to just ...
Violist asked 31/12, 2014 at 17:15
1
Solved
I have 3 handsontables in my React view. I need them to be synced when the user is scrolling both horizontally and vertically. I tried to use javascript to get horizontally working without any luck...
Saline asked 1/4, 2020 at 17:11
3
I found ngHandsontable very satisfying.
http://handsontable.com/
However, it does not support inserting columns which Handsontable supports. So I'm wondering if there is any other solution that i...
Abramabramo asked 27/1, 2015 at 5:57
3
Solved
Is there any method to get the column number from the column name?
I can only retrieve the column name, and I need the column number for getCellMeta.
Thanks
Athletic asked 17/7, 2013 at 20:11
4
Solved
I'm starting with react and trying to set up handsontable in my react app following:
react-handsontable
// import React...
import React from 'react';
import ReactDOM from 'react-dom';
// ... Hand...
Seesaw asked 7/5, 2017 at 11:54
1
Solved
I'm trying to implement handsontable. As per my requirement, I want to re-render handsontable from changing a dropdown value, but on dropdown selection, the handsontable does not update properly. B...
Caper asked 18/10, 2018 at 18:45
4
I want to refresh a handsontable grid. I have some columns with a dropdown filled with data of my database. But in my page, I have a first grid which insert data in this database and I get them in ...
Totem asked 29/7, 2015 at 13:44
3
Solved
My aim is to set the first column's width equal to a certain number and leave other columns' widths untouched. Now I know that setting
colWidths: [myValue]
actually breaks other columns' widths ...
Ariel asked 15/7, 2017 at 22:15
4
I'd like to be able to edit the text of column headers in a Handsontable but I can't seem to figure out if it's possible to make them editable. I suppose I could make the headers just another row, ...
Piecrust asked 21/8, 2013 at 3:33
3
Solved
In a Handsontable, when a column header is clicked, all cells of that column are selected. Is the a way to prevent this from happening ?
I don't think there's such an option in the documentation. ...
Ladon asked 25/8, 2015 at 19:38
3
Solved
First of all, there is an well-known bug with handsontable (which is a great piece of code anyway), mentioned by e.g. user tezhm, on official github issues list for handsontable:
When selecting ...
Misprize asked 17/5, 2014 at 15:42
1
Solved
I'm using handsontable js plugin. I want to use getCellMeta function in afterChange hook but not working.
I when use function out afterChange hook, function is working. But not working in afterChan...
Bed asked 25/12, 2017 at 4:27
2
Solved
I'm trying to get the filled data using the div id but it is throwing $container.data(...) is undefined.
<!-- ... -->
<div id="app" style="width: 500px; height: 200px;"></div>
...
Costplus asked 29/9, 2017 at 6:58
3
Solved
This is the HTML I got:
<div class="preview-content">
<h1 class="preview-content-header">Vorschau - Notiz1.txt <img src="icons/cross.png" /></h2>
<div>
<h2>N...
Grodno asked 7/7, 2015 at 12:18
3
Solved
Handsontable provides some nice hooks for when a cell is selected but I can't seem to figure out way to get it to allow me to force a cell into edit mode when it has been selected.
I can detect th...
Roborant asked 18/8, 2013 at 21:53
0
I am trying to have HandsonTable automatically adjust its width and height to the size of the div container it is associated to, in this case lets call it "test". I have followed the HandsonTable g...
Horus asked 21/2, 2017 at 6:55
2
Solved
I am trying to extend the handsontable plugin to support multiple selections in its dropdown list. I have already tried extending the base Editor built into the library by modifying the 'dropdownEd...
Languid asked 11/8, 2015 at 0:37
1 Next >
© 2022 - 2024 — McMap. All rights reserved.