Hello,
In table if one of the column contain large multi line input then user is not able to select checkbox for second row.
Please find the demo/example here: http://jsfiddle.net/a8yqk70s/4/
Need help on this.
Hello,
In table if one of the column contain large multi line input then user is not able to select checkbox for second row.
Please find the demo/example here: http://jsfiddle.net/a8yqk70s/4/
Need help on this.
If the table height is bigger than the cell height I get something like this
which looks like an intended behavior.
The problem starts when the table height is smaller than the cell height. Here is one associated issue for that https://github.com/handsontable/handsontable/issues/4173
Yes that’s right, in my case table height is smaller.
So whenever I try to select checkbox that row just scroll up.
Any solution for this?
Please track changes to https://github.com/handsontable/handsontable/issues/4173 for updates. The topic will be updated as soon as a developer starts to work on it.