[GH #4173] Unable to select checkbox when text is large (multi line input) in column

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.

Hi @nileshpore08

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 Rows are not rendered if there is a row with bigger height than the container height · Issue #4173 · handsontable/handsontable · GitHub

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.